/PHP-8.2/ext/zend_test/tests/ |
H A D | observer_zend_call_function_01.phpt | 2 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 D | bug73654.phpt | 2 Bug #73654: Segmentation fault in zend_call_function
|
/PHP-8.2/ext/pcntl/tests/ |
H A D | async_signals_2.phpt | 2 Async signals in zend_call_function
|
/PHP-8.2/ext/intl/uchar/ |
H A D | uchar.c | 182 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 D | basic_functions.c | 1506 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 D | array.c | 827 …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() 4677 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… 6087 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 6158 if (zend_call_function(&fci, &fci_cache) == SUCCESS) { 6234 ret = zend_call_function(&fci, &fci_cache); 6346 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
|
/PHP-8.2/Zend/ |
H A D | zend_closures.c | 158 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 D | zend_execute_API.c | 745 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 D | zend_fibers.c | 513 zend_call_function(&fiber->fci, &fiber->fci_cache); in zend_fiber_execute()
|
H A D | zend_exceptions.c | 684 zend_call_function(&fci, NULL); in ZEND_METHOD()
|
/PHP-8.2/sapi/embed/ |
H A D | README.md | 79 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
|
/PHP-8.2/ext/zend_test/ |
H A D | fiber.c | 101 zend_call_function(&fiber->fci, &fiber->fci_cache); in zend_test_fiber_execute()
|
/PHP-8.2/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 392 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 D | converter.c | 232 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 D | interface.c | 609 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 D | multi.c | 429 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
|
/PHP-8.2/ext/dom/ |
H A D | xpath.c | 160 result = zend_call_function(&fci, NULL); in dom_xpath_ext_function_php()
|
/PHP-8.2/ext/sqlite3/ |
H A D | sqlite3.c | 796 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 D | pdo_stmt.c | 856 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 D | pdo_dbh.c | 487 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
|
/PHP-8.2/ext/xsl/ |
H A D | xsltprocessor.c | 259 zend_call_function(&fci, NULL); in xsl_ext_function_php()
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli.c | 825 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
|
/PHP-8.2/ext/libxml/ |
H A D | libxml.c | 626 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
|
/PHP-8.2/main/ |
H A D | SAPI.c | 147 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
|
/PHP-8.2/ext/mbstring/ |
H A D | php_mbregex.c | 1103 if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache) == SUCCESS && in _php_mb_regex_ereg_replace_exec()
|