summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-30 04:54:16 +0000
committerZeev Suraski <zeev@php.net>2001-07-30 04:54:16 +0000
commit8ce8324e5907d9a08789b9a4bea3f1622057932a (patch)
tree57d068869333cc7ce147097cbd7cab95cbf366fb /Zend/zend_API.h
parent11e5d2f22966ff2dff2848e73e38fb87ec55a2c1 (diff)
downloadphp-git-8ce8324e5907d9a08789b9a4bea3f1622057932a.tar.gz
More TSRMLS_FETCH annihilation
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index f7039c8574..de5aea9a7c 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -117,8 +117,8 @@ ZEND_API int _zend_get_parameters_array_ex(int param_count, zval ***argument_arr
/* Parameter parsing API -- andrei */
#define ZEND_PARSE_PARAMS_QUIET 1<<1
-ZEND_API int zend_parse_parameters(int num_args, char *type_spec, ...);
-ZEND_API int zend_parse_parameters_ex(int flags, int num_args, char *type_spec, ...);
+ZEND_API int zend_parse_parameters(int num_args TSRMLS_DC, char *type_spec, ...);
+ZEND_API int zend_parse_parameters_ex(int flags TSRMLS_DC, int num_args, char *type_spec, ...);
/* Parameter parsing API -- andrei */