diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-08-20 23:28:32 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-08-20 23:28:32 +0400 |
commit | 8cda420ff4af5fc96d9784dfd203711dec4bfc54 (patch) | |
tree | 20965789731b5c338cb556c5d6c5a8a6a37d70a9 /Zend/zend_API.h | |
parent | cf09bc7825fc38a49b878beb9e73093aa0b7cf7e (diff) | |
download | php-git-8cda420ff4af5fc96d9784dfd203711dec4bfc54.tar.gz |
Fixed ext/pdo_*/tests/pdo_005.phpt tests failure
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 0268374fc4..0fceb42a44 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 |