Searched refs:zend_fcall_info_args (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/pdo/ |
H A D | pdo_dbh.c | 469 zend_fcall_info_args(&fci, ctor_args); in pdo_stmt_construct()
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli.c | 1286 if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) { in php_mysqli_fetch_into_hash()
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 182 zend_fcall_info_args(&fci, ¶ms); in phpdbg_call_register()
|
/PHP-7.3/ext/spl/ |
H A D | spl_iterators.c | 3665 zend_fcall_info_args(&apply_info.fci, apply_info.args); in PHP_FUNCTION() 3671 zend_fcall_info_args(&apply_info.fci, NULL); in PHP_FUNCTION()
|
/PHP-7.3/Zend/ |
H A D | zend_API.c | 3591 ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args() function 3666 zend_fcall_info_args(fci, args); in zend_fcall_info_call()
|
H A D | zend_API.h | 507 ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args);
|
/PHP-7.3/ext/standard/ |
H A D | basic_functions.c | 4939 zend_fcall_info_args(&fci, params); 5003 zend_fcall_info_args(&fci, params);
|
/PHP-7.3/ext/pgsql/ |
H A D | pgsql.c | 2838 if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) {
|
Completed in 80 milliseconds