Home
last modified time | relevance | path

Searched refs:zend_call_function (Results 1 – 25 of 39) sorted by relevance

12

/PHP-8.2/ext/zend_test/tests/
H A Dobserver_zend_call_function_01.phpt2 Observer: Calls that go through zend_call_function are observed
17 // array_reduce() calls zend_call_function() under the hood
/PHP-8.2/ext/opcache/tests/
H A Dbug73654.phpt2 Bug #73654: Segmentation fault in zend_call_function
/PHP-8.2/ext/pcntl/tests/
H A Dasync_signals_2.phpt2 Async signals in zend_call_function
/PHP-8.2/ext/intl/uchar/
H A Duchar.c182 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharType_callback()
283 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharNames_callback()
/PHP-8.2/ext/standard/
H A Dbasic_functions.c1506 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1532 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1567 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1598 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1650 …call_status = zend_call_function(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cach…
1668 zend_call_function(&tick_fe->fci, &tick_fe->fci_cache);
H A Darray.c827 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
846 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
953 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
981 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
1395 result = zend_call_function(&fci, &context->fci_cache); in php_array_walk()
4676 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
6086 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
6157 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
6233 ret = zend_call_function(&fci, &fci_cache);
6345 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
/PHP-8.2/ext/zend_test/
H A Dfiber.c100 zend_call_function(&fiber->fci, &fiber->fci_cache); in zend_test_fiber_execute()
/PHP-8.2/Zend/
H A Dzend_closures.c158 zend_call_function(&fci, &fci_cache); in ZEND_METHOD()
197 zend_call_function(&fci, &fci_cache); in ZEND_METHOD()
307 zend_call_function(&fci, &fcc); in ZEND_NAMED_FUNCTION()
H A Dzend_execute_API.c745 return zend_call_function(&fci, NULL); in _call_user_function_impl()
749 zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() function
1043 zend_result result = zend_call_function(&fci, &fcic); in zend_call_known_function()
1085 return zend_call_function(&fci, &fcc); in zend_call_method_if_exists()
H A Dzend_fibers.c513 zend_call_function(&fiber->fci, &fiber->fci_cache); in zend_fiber_execute()
H A Dzend_exceptions.c680 zend_call_function(&fci, NULL); in ZEND_METHOD()
/PHP-8.2/sapi/embed/
H A DREADME.md79 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.c392 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback()
502 if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc)) == FAILURE) { in php_sqlite3_collation_callback()
/PHP-8.2/ext/intl/converter/
H A Dconverter.c232 if (zend_call_function(&(objval->to_cb), &(objval->to_cache)) == FAILURE) { in php_converter_to_u_callback()
314 if (zend_call_function(&(objval->from_cb), &(objval->from_cache)) == FAILURE) { in php_converter_from_u_callback()
/PHP-8.2/ext/curl/
H A Dinterface.c609 error = zend_call_function(&fci, &t->fci_cache); in curl_write()
654 error = zend_call_function(&fci, &t->fci_cache); in curl_fnmatch()
702 error = zend_call_function(&fci, &t->fci_cache); in curl_progress()
751 error = zend_call_function(&fci, &t->fci_cache); in curl_xferinfo()
805 error = zend_call_function(&fci, &t->fci_cache); in curl_read()
869 error = zend_call_function(&fci, &t->fci_cache); in curl_write_header()
H A Dmulti.c425 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
/PHP-8.2/ext/dom/
H A Dxpath.c160 result = zend_call_function(&fci, NULL); in dom_xpath_ext_function_php()
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.c796 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in sqlite3_do_callback()
924 if ((ret = zend_call_function(&collation->fci.fci, &collation->fci.fcc)) == FAILURE) { in php_sqlite3_callback_compare()
2127 if (zend_call_function(fci, &db_obj->authorizer_fcc) != SUCCESS || Z_ISUNDEF(retval)) { in php_sqlite3_authorizer()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c856 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1036 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1057 if (zend_call_function(&stmt->fetch.func.fci, &stmt->fetch.func.fcc) == FAILURE) { in do_fetch()
H A Dpdo_dbh.c487 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c259 zend_call_function(&fci, NULL); in xsl_ext_function_php()
/PHP-8.2/ext/mysqli/
H A Dmysqli.c825 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-8.2/main/
H A DSAPI.c147 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
/PHP-8.2/ext/libxml/
H A Dlibxml.c626 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
/PHP-8.2/ext/mbstring/
H A Dphp_mbregex.c1103 if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache) == SUCCESS && in _php_mb_regex_ereg_replace_exec()

Completed in 116 milliseconds

12