Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/zend_test/tests/
H A Dobserver_zend_call_function_01.phpt2 Observer: Calls that go through zend_call_function are observed
16 // array_reduce() calls zend_call_function() under the hood
/PHP-8.0/ext/opcache/tests/
H A Dbug73654.phpt2 Bug #73654: Segmentation fault in zend_call_function
/PHP-8.0/ext/pcntl/tests/
H A Dasync_signals_2.phpt2 Async signals in zend_call_function
/PHP-8.0/ext/intl/uchar/
H A Duchar.c181 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharType_callback()
282 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharNames_callback()
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c388 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback()
499 if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc)) == FAILURE) { in php_sqlite3_collation_callback()
/PHP-8.0/Zend/
H A Dzend_closures.c185 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
293 zend_call_function(&fci, &fcc); in ZEND_NAMED_FUNCTION()
H A Dzend_execute_API.c659 return zend_call_function(&fci, NULL); in _call_user_function_impl()
663 zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() function
985 zend_result result = zend_call_function(&fci, &fcic); in zend_call_known_function()
H A Dzend_exceptions.c684 zend_call_function(&fci, NULL); in ZEND_METHOD()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1553 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1579 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1614 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1645 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
H A Darray.c909 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
928 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
1035 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
1063 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
1430 result = zend_call_function(&BG(array_walk_fci), &BG(array_walk_fci_cache)); in php_array_walk()
4574 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
5882 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
5953 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
6029 ret = zend_call_function(&fci, &fci_cache);
6114 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
/PHP-8.0/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.0/ext/dom/
H A Dxpath.c157 result = zend_call_function(&fci, NULL); in dom_xpath_ext_function_php()
/PHP-8.0/ext/curl/
H A Dmulti.c411 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
H A Dinterface.c1390 error = zend_call_function(&fci, &t->fci_cache); in curl_write()
1437 error = zend_call_function(&fci, &t->fci_cache); in curl_fnmatch()
1490 error = zend_call_function(&fci, &t->fci_cache); in curl_progress()
1546 error = zend_call_function(&fci, &t->fci_cache); in curl_read()
1608 error = zend_call_function(&fci, &t->fci_cache); in curl_write_header()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c795 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in sqlite3_do_callback()
923 if ((ret = zend_call_function(&collation->fci.fci, &collation->fci.fcc)) == FAILURE) { in php_sqlite3_callback_compare()
2116 if (zend_call_function(fci, &db_obj->authorizer_fcc) != SUCCESS || Z_ISUNDEF(retval)) { in php_sqlite3_authorizer()
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c254 result = zend_call_function(&fci, NULL); in xsl_ext_function_php()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c925 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1105 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1126 if (zend_call_function(&stmt->fetch.func.fci, &stmt->fetch.func.fcc) == FAILURE) { in do_fetch()
H A Dpdo_dbh.c480 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
/PHP-8.0/
H A DUPGRADING.INTERNALS271 - zend_call_function()
/PHP-8.0/main/
H A DSAPI.c143 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
/PHP-8.0/ext/libxml/
H A Dlibxml.c627 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
/PHP-8.0/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-8.0/ext/mysqli/
H A Dmysqli.c1230 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-8.0/ext/xml/
H A Dxml.c470 result = zend_call_function(&fci, NULL); in xml_call_handler()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c190 if (zend_call_function(&fci, NULL) == SUCCESS) { in phpdbg_call_register()

Completed in 113 milliseconds

12