diff options
author | Anatol Belski <ab@php.net> | 2014-08-20 23:27:26 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-20 23:27:26 +0200 |
commit | cd18b5884b97d265f7719e351f5b12d18315e4c9 (patch) | |
tree | 80cde978899567b7a3e258e7442518a3c47ad961 /Zend/zend_API.h | |
parent | 888ef26cc5e03b19729c1e5fa4993fd6a9febb3f (diff) | |
parent | 6b5b5094d37035a15ddbf3a63319d569614d3dfd (diff) | |
download | php-git-cd18b5884b97d265f7719e351f5b12d18315e4c9.tar.gz |
Merge remote-tracking branch 'php/master'
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r-- | Zend/zend_API.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h index 0f8c490f30..7f61431e2f 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -491,6 +491,7 @@ ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count * refcount. If args is NULL and arguments are set then those are cleared. */ ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args TSRMLS_DC); +ZEND_API int zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args TSRMLS_DC); /** Set arguments in the zend_fcall_info struct taking care of refcount. * If argc is 0 the arguments which are set will be cleared, else pass |