Home
last modified time | relevance | path

Searched refs:zend_call_function (Results 26 – 38 of 38) sorted by relevance

12

/PHP-7.3/ext/mysqli/
H A Dmysqli.c1302 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-7.3/main/streams/
H A Duserspace.c319 if (zend_call_function(&fci, &fcc) == FAILURE) { in user_stream_create_object()
/PHP-7.3/ext/xml/
H A Dxml.c486 result = zend_call_function(&fci, NULL); in xml_call_handler()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c193 if (zend_call_function(&fci, NULL) == SUCCESS) { in phpdbg_call_register()
/PHP-7.3/ext/phar/
H A Dutil.c1432 if (FAILURE == zend_call_function(&fci, &fcc)) { in phar_call_openssl_signverify()
H A Dphar_object.c679 if (FAILURE == zend_call_function(&fci, &fcc)) { in PHP_METHOD()
/PHP-7.3/Zend/
H A Dzend_API.h533 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache);
H A Dzend_API.c3668 result = zend_call_function(fci, fcc); in zend_fcall_info_call()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c1520 if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in preg_do_repl_func()
/PHP-7.3/ext/spl/
H A Dspl_directory.c2101 result = zend_call_function(&fci, &fcic); in spl_filesystem_file_call()
H A Dspl_iterators.c2005 if (zend_call_function(fci, fcc) != SUCCESS || Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
/PHP-7.3/ext/soap/
H A Dsoap.c937 zend_call_function(&fci, NULL); in PHP_METHOD()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c2854 if (zend_call_function(&fci, &fcc) == FAILURE) {

Completed in 128 milliseconds

12