Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/opcache/tests/
H A Dbug73654.phpt2 Bug #73654: Segmentation fault in zend_call_function
/PHP-7.3/ext/spl/
H A Dspl_engine.h74 zend_call_function(&fci, &fcc); in spl_instantiate_arg_n()
H A Dphp_spl.c448 zend_call_function(&fci, &fcic); in PHP_FUNCTION()
482 zend_call_function(&fcall_info, &fcall_cache); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_objects.c159 zend_call_function(&fci, &fcic); in zend_objects_destroy_object()
260 zend_call_function(&fci, &fcic); in zend_objects_clone_members()
H A Dzend_interfaces.c58 result = zend_call_function(&fci, NULL); in zend_call_method()
103 result = zend_call_function(&fci, &fcic); in zend_call_method()
H A Dzend_closures.c161 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
252 zend_call_function(&fci, &fcc); in ZEND_NAMED_FUNCTION()
H A Dzend_object_handlers.c211 zend_call_function(&fci, &fcic); in zend_std_call_getter()
248 zend_call_function(&fci, &fcic); in zend_std_call_setter()
284 zend_call_function(&fci, &fcic); in zend_std_call_unsetter()
321 zend_call_function(&fci, &fcic); in zend_std_call_issetter()
H A Dzend_execute_API.c598 return zend_call_function(&fci, NULL); in _call_user_function_ex()
602 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() function
929 if ((zend_call_function(&fcall_info, &fcall_cache) == SUCCESS) && !EG(exception)) { in zend_lookup_class_ex()
H A Dzend_exceptions.c699 zend_call_function(&fci, NULL); in ZEND_METHOD()
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c380 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback()
488 if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc)) == FAILURE) { in php_sqlite3_collation_callback()
/PHP-7.3/ext/intl/uchar/
H A Duchar.c205 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharType_callback()
319 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharNames_callback()
/PHP-7.3/ext/curl/
H A Dmulti.c534 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
H A Dinterface.c1573 error = zend_call_function(&fci, &t->fci_cache); in curl_write()
1622 error = zend_call_function(&fci, &t->fci_cache); in curl_fnmatch()
1677 error = zend_call_function(&fci, &t->fci_cache); in curl_progress()
1734 error = zend_call_function(&fci, &t->fci_cache); in curl_read()
1797 error = zend_call_function(&fci, &t->fci_cache); in curl_write_header()
/PHP-7.3/ext/dom/
H A Dxpath.c201 result = zend_call_function(&fci, NULL); in dom_xpath_ext_function_php()
/PHP-7.3/ext/intl/converter/
H A Dconverter.c244 if (zend_call_function(&(objval->to_cb), &(objval->to_cache)) == FAILURE) { in php_converter_to_u_callback()
326 if (zend_call_function(&(objval->from_cb), &(objval->from_cache)) == FAILURE) { in php_converter_from_u_callback()
/PHP-7.3/ext/standard/
H A Darray.c980 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_compare()
1098 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_key_compare()
1446 result = zend_call_function(&BG(array_walk_fci), &BG(array_walk_fci_cache)); in php_array_walk()
4594 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
5993 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
6064 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
6144 ret = zend_call_function(&fci, &fci_cache);
6230 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
H A Dbasic_functions.c4916 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
4942 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
4980 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
5012 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c947 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1139 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1159 if (zend_call_function(&stmt->fetch.func.fci, &stmt->fetch.func.fcc) == FAILURE) { in do_fetch()
H A Dpdo_dbh.c475 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1341 result = zend_call_function(&fci, &fcc); in _reflection_export()
1365 result = zend_call_function(&fci, NULL); in _reflection_export()
1870 result = zend_call_function(&fci, &fcc); in ZEND_METHOD()
1933 result = zend_call_function(&fci, &fcc); in ZEND_METHOD()
3186 result = zend_call_function(&fci, &fcc); in reflection_method_invoke()
4720 ret = zend_call_function(&fci, &fcc); in ZEND_METHOD()
4821 ret = zend_call_function(&fci, &fcc); in ZEND_METHOD()
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c333 result = zend_call_function(&fci, NULL); in xsl_ext_function_php()
/PHP-7.3/main/
H A DSAPI.c153 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c766 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in sqlite3_do_callback()
885 if ((ret = zend_call_function(&collation->fci.fci, &collation->fci.fcc)) == FAILURE) { in php_sqlite3_callback_compare()
/PHP-7.3/ext/libxml/
H A Dlibxml.c632 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c1187 if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache) == SUCCESS && in _php_mb_regex_ereg_replace_exec()

Completed in 199 milliseconds

12