Home
last modified time | relevance | path

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

/php-src/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-src/ext/opcache/tests/
H A Dbug73654.phpt2 Bug #73654: Segmentation fault in zend_call_function
/php-src/ext/pcntl/tests/
H A Dasync_signals_2.phpt2 Async signals in zend_call_function
/php-src/ext/intl/uchar/
H A Duchar.c182 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 Dbasic_functions.c1477 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 Darray.c822 …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 Dvar_unserializer.re278 if (zend_call_function(&fci, &fci_cache) == FAILURE || Z_ISUNDEF(retval)) {
/php-src/Zend/
H A Dzend_closures.c163 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 Dzend_execute_API.c795 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 Dzend_fibers.c604 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()
H A Dzend_API.h823 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 Dzend_API.c4455 result = zend_call_function(fci, fcc); in zend_fcall_info_call()
/php-src/sapi/embed/
H A DREADME.md79 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
/php-src/ext/zend_test/
H A Dfiber.c105 zend_call_function(&fiber->fci, &fiber->fci_cache); in zend_test_fiber_execute()
/php-src/ext/dom/
H A Dxpath_callbacks.c410 zend_call_function(&fci, NULL); in php_dom_xpath_callback_dispatch()
/php-src/ext/pdo/
H A Dpdo_stmt.c845 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 DSAPI.c145 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
H A Doutput.c963 …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 Dphp_mbregex.c1103 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 Dphpdbg_prompt.c184 if (zend_call_function(&fci, NULL) == SUCCESS) { in phpdbg_call_register()
/php-src/ext/pcre/
H A Dphp_pcre.c1561 if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in preg_do_repl_func()
/php-src/ext/phar/
H A Dphar_object.c699 if (FAILURE == zend_call_function(&rewrite_fci, &rewrite_fcc)) { in PHP_METHOD()
/php-src/ext/ffi/
H A Dffi.c968 if (zend_call_function(&fci, &callback_data->fcc) != SUCCESS) { in zend_ffi_callback_trampoline()

Completed in 174 milliseconds