zend_fcall_info_args 3579 Zend/zend_API.c zend_fcall_info_args(fci, args); zend_fcall_info_args 506 Zend/zend_API.h ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args); zend_fcall_info_args 1304 ext/mysqli/mysqli.c if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) { zend_fcall_info_args 448 ext/pdo/pdo_dbh.c zend_fcall_info_args(&fci, ctor_args); zend_fcall_info_args 2802 ext/pgsql/pgsql.c if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) { zend_fcall_info_args 3658 ext/spl/spl_iterators.c zend_fcall_info_args(&apply_info.fci, apply_info.args); zend_fcall_info_args 3664 ext/spl/spl_iterators.c zend_fcall_info_args(&apply_info.fci, NULL); zend_fcall_info_args 4808 ext/standard/basic_functions.c zend_fcall_info_args(&fci, params); zend_fcall_info_args 4863 ext/standard/basic_functions.c zend_fcall_info_args(&fci, params); zend_fcall_info_args 183 sapi/phpdbg/phpdbg_prompt.c zend_fcall_info_args(&fci, ¶ms);