From b52554951fe50acb55e5607987994b69032198a3 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Jul 2001 05:34:21 +0000 Subject: More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRef --- Zend/zend_API.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Zend/zend_API.h') 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); -- cgit v1.2.1