Home
last modified time | relevance | path

Searched refs:zend_fcall_info_args (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/spl/
H A Dspl_iterators.c3219 zend_fcall_info_args(&apply_info.fci, apply_info.args); in PHP_FUNCTION()
3221 zend_fcall_info_args(&apply_info.fci, NULL); in PHP_FUNCTION()
3225 zend_fcall_info_args(&apply_info.fci, NULL); in PHP_FUNCTION()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c1221 if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c474 zend_fcall_info_args(&fci, ctor_args); in pdo_stmt_construct()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c179 zend_fcall_info_args(&fci, &params); in phpdbg_call_register()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1636 zend_fcall_info_args(&fci, params);
/PHP-8.0/Zend/
H A Dzend_API.c3638 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args() function
3695 zend_fcall_info_args(fci, args); in zend_fcall_info_call()
H A Dzend_API.h549 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args);
/PHP-8.0/ext/pgsql/
H A Dpgsql.c1938 if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) { in php_pgsql_fetch_hash()

Completed in 70 milliseconds