summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-10-04 20:17:06 +0000
committerAndi Gutmans <andi@php.net>2004-10-04 20:17:06 +0000
commit11bcaedfc8cbd89220c2a82272278951ae7f1f86 (patch)
treec628b77f01b2d320c23f2b06d660d079b91d8477 /Zend/zend_API.h
parentdb507dd153fa668fef95863afee4d04f33b80b85 (diff)
downloadphp-git-11bcaedfc8cbd89220c2a82272278951ae7f1f86.tar.gz
- Rename delete_global_variable() to zend_delete_global_variable()
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 1466308456..f3ba9ebf9e 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -333,7 +333,7 @@ ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci
ZEND_API int zend_set_hash_symbol(zval *symbol, char *name, int name_length,
zend_bool is_ref, int num_symbol_tables, ...);
-ZEND_API int delete_global_variable(char *name, int name_len TSRMLS_DC);
+ZEND_API int zend_delete_global_variable(char *name, int name_len TSRMLS_DC);
#define add_method(arg, key, method) add_assoc_function((arg), (key), (method))