Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/opcache/tests/
H A Dbug73654.phpt2 Bug #73654: Segmentation fault in zend_call_function
/PHP-7.2/ext/spl/
H A Dspl_engine.h78 zend_call_function(&fci, &fcc); in spl_instantiate_arg_n()
H A Dphp_spl.c451 zend_call_function(&fci, &fcic); in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_interfaces.c60 result = zend_call_function(&fci, NULL); in zend_call_method()
100 result = zend_call_function(&fci, &fcic); in zend_call_method()
H A Dzend_closures.c165 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_execute_API.c655 return zend_call_function(&fci, NULL); in _call_user_function_ex()
659 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() function
991 if ((zend_call_function(&fcall_info, &fcall_cache) == SUCCESS) && !EG(exception)) { in zend_lookup_class_ex()
H A Dzend_exceptions.c694 zend_call_function(&fci, NULL); in ZEND_METHOD()
/PHP-7.2/ext/pdo_sqlite/
H A Dsqlite_driver.c383 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback()
491 if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc)) == FAILURE) { in php_sqlite3_collation_callback()
/PHP-7.2/ext/intl/uchar/
H A Duchar.c202 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharType_callback()
316 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharNames_callback()
/PHP-7.2/ext/dom/
H A Dxpath.c201 result = zend_call_function(&fci, NULL); in dom_xpath_ext_function_php()
/PHP-7.2/ext/curl/
H A Dmulti.c539 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
H A Dinterface.c1490 error = zend_call_function(&fci, &t->fci_cache); in curl_write()
1539 error = zend_call_function(&fci, &t->fci_cache); in curl_fnmatch()
1594 error = zend_call_function(&fci, &t->fci_cache); in curl_progress()
1655 error = zend_call_function(&fci, &t->fci_cache); in curl_read()
1721 error = zend_call_function(&fci, &t->fci_cache); in curl_write_header()
/PHP-7.2/ext/intl/converter/
H A Dconverter.c240 if (zend_call_function(&(objval->to_cb), &(objval->to_cache)) == FAILURE) { in php_converter_to_u_callback()
322 if (zend_call_function(&(objval->from_cb), &(objval->from_cache)) == FAILURE) { in php_converter_from_u_callback()
/PHP-7.2/ext/standard/
H A Darray.c985 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_compare()
1106 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_key_compare()
1461 result = zend_call_function(&BG(array_walk_fci), &BG(array_walk_fci_cache)); in php_array_walk()
4609 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
5957 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
6028 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
6110 ret = zend_call_function(&fci, &fci_cache);
6196 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
H A Dbasic_functions.c4879 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
4905 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
4943 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
4975 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c948 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1140 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1160 if (zend_call_function(&stmt->fetch.func.fci, &stmt->fetch.func.fcc) == FAILURE) { in do_fetch()
H A Dpdo_dbh.c459 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1375 result = zend_call_function(&fci, &fcc); in _reflection_export()
1399 result = zend_call_function(&fci, NULL); in _reflection_export()
1905 result = zend_call_function(&fci, &fcc); in ZEND_METHOD()
1971 result = zend_call_function(&fci, &fcc); in ZEND_METHOD()
3231 result = zend_call_function(&fci, &fcc); in reflection_method_invoke()
4782 ret = zend_call_function(&fci, &fcc); in ZEND_METHOD()
4888 ret = zend_call_function(&fci, &fcc); in ZEND_METHOD()
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c333 result = zend_call_function(&fci, NULL); in xsl_ext_function_php()
/PHP-7.2/main/
H A DSAPI.c155 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c768 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in sqlite3_do_callback()
888 if ((ret = zend_call_function(&collation->fci.fci, &collation->fci.fcc)) == FAILURE) { in php_sqlite3_callback_compare()
/PHP-7.2/ext/libxml/
H A Dlibxml.c624 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.c1015 if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache) == SUCCESS && in _php_mb_regex_ereg_replace_exec()
/PHP-7.2/main/streams/
H A Duserspace.c323 if (zend_call_function(&fci, &fcc) == FAILURE) { in user_stream_create_object()
/PHP-7.2/ext/mysqli/
H A Dmysqli.c1321 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()

Completed in 119 milliseconds

12