summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-30 05:34:21 +0000
committerZeev Suraski <zeev@php.net>2001-07-30 05:34:21 +0000
commitb52554951fe50acb55e5607987994b69032198a3 (patch)
tree5ec13411ec99977c1296a7c29e030cce64b41ccb /Zend/zend_API.h
parent3839af35dccc1f0c79e335334bb060895ef94f7b (diff)
downloadphp-git-b52554951fe50acb55e5607987994b69032198a3.tar.gz
More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRef
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 39a81d87db..31a7261029 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -120,10 +120,7 @@ ZEND_API int _zend_get_parameters_array_ex(int param_count, zval ***argument_arr
ZEND_API int zend_parse_parameters(int num_args TSRMLS_DC, char *type_spec, ...);
ZEND_API int zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, char *type_spec, ...);
-/* Parameter parsing API -- andrei */
-
-
-ZEND_API int ParameterPassedByReference(int ht, uint n);
+/* End of parameter parsing API -- andrei */
int zend_register_functions(zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC);
void zend_unregister_functions(zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC);