/php-src/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-src/ext/opcache/tests/ |
H A D | bug73654.phpt | 2 Bug #73654: Segmentation fault in zend_call_function
|
/php-src/ext/pcntl/tests/ |
H A D | async_signals_2.phpt | 2 Async signals in zend_call_function
|
/php-src/ext/intl/uchar/ |
H A D | uchar.c | 182 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharType_callback() 285 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharNames_callback()
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 1477 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 1503 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 1538 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 1571 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 1621 …call_status = zend_call_function(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cach… 1639 zend_call_function(&tick_fe->fci, &tick_fe->fci_cache);
|
H A D | array.c | 822 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable() 841 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable() 948 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable() 976 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable() 1552 result = zend_call_function(&fci, &context->fci_cache); in php_array_walk() 5055 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… 6483 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 6554 if (zend_call_function(&fci, &fci_cache) == SUCCESS) { 6624 zend_result result = zend_call_function(&fci, &fci_cache); 6789 ret = zend_call_function(&fci, &fci_cache); [all …]
|
H A D | var_unserializer.re | 278 if (zend_call_function(&fci, &fci_cache) == FAILURE || Z_ISUNDEF(retval)) {
|
/php-src/Zend/ |
H A D | zend_closures.c | 163 zend_call_function(&fci, &fci_cache); in ZEND_METHOD() 202 zend_call_function(&fci, &fci_cache); in ZEND_METHOD() 323 zend_call_function(&fci, &fcc); in ZEND_NAMED_FUNCTION()
|
H A D | zend_execute_API.c | 795 return zend_call_function(&fci, NULL); in _call_user_function_impl() 799 zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() function 1097 zend_result result = zend_call_function(&fci, &fcic); in zend_call_known_function() 1139 return zend_call_function(&fci, &fcc); in zend_call_method_if_exists()
|
H A D | zend_fibers.c | 604 zend_call_function(&fiber->fci, &fiber->fci_cache); in zend_fiber_execute()
|
H A D | zend_exceptions.c | 680 zend_call_function(&fci, NULL); in ZEND_METHOD()
|
H A D | zend_API.h | 823 ZEND_API zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache); 831 return zend_call_function(fci, fci_cache); in zend_call_function_with_return_value()
|
H A D | zend_API.c | 4455 result = zend_call_function(fci, fcc); in zend_fcall_info_call()
|
/php-src/sapi/embed/ |
H A D | README.md | 79 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
|
/php-src/ext/zend_test/ |
H A D | fiber.c | 105 zend_call_function(&fiber->fci, &fiber->fci_cache); in zend_test_fiber_execute()
|
/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 410 zend_call_function(&fci, NULL); in php_dom_xpath_callback_dispatch()
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 845 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch() 1025 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch() 1046 if (zend_call_function(&stmt->fetch.func.fci, &stmt->fetch.func.fcc) == FAILURE) { in do_fetch()
|
/php-src/main/ |
H A D | SAPI.c | 145 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
|
H A D | output.c | 963 …if (SUCCESS == zend_call_function(&handler->func.user->fci, &handler->func.user->fcc) && PHP_OUTPU… in php_output_handler_op()
|
/php-src/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()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 184 if (zend_call_function(&fci, NULL) == SUCCESS) { in phpdbg_call_register()
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 1561 if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in preg_do_repl_func()
|
/php-src/ext/phar/ |
H A D | phar_object.c | 699 if (FAILURE == zend_call_function(&rewrite_fci, &rewrite_fcc)) { in PHP_METHOD()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 968 if (zend_call_function(&fci, &callback_data->fcc) != SUCCESS) { in zend_ffi_callback_trampoline()
|