/PHP-7.2/ext/opcache/tests/ |
H A D | bug73654.phpt | 2 Bug #73654: Segmentation fault in zend_call_function
|
/PHP-7.2/ext/spl/ |
H A D | spl_engine.h | 78 zend_call_function(&fci, &fcc); in spl_instantiate_arg_n()
|
H A D | php_spl.c | 451 zend_call_function(&fci, &fcic); in PHP_FUNCTION()
|
/PHP-7.2/Zend/ |
H A D | zend_interfaces.c | 60 result = zend_call_function(&fci, NULL); in zend_call_method() 100 result = zend_call_function(&fci, &fcic); in zend_call_method()
|
H A D | zend_closures.c | 165 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 D | zend_execute_API.c | 655 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 D | zend_exceptions.c | 694 zend_call_function(&fci, NULL); in ZEND_METHOD()
|
/PHP-7.2/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 383 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 D | uchar.c | 202 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 D | xpath.c | 201 result = zend_call_function(&fci, NULL); in dom_xpath_ext_function_php()
|
/PHP-7.2/ext/curl/ |
H A D | multi.c | 539 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
|
H A D | interface.c | 1490 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 D | converter.c | 240 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 D | array.c | 985 …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 D | basic_functions.c | 4879 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 D | pdo_stmt.c | 948 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 D | pdo_dbh.c | 459 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
|
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.c | 1375 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 D | xsltprocessor.c | 333 result = zend_call_function(&fci, NULL); in xsl_ext_function_php()
|
/PHP-7.2/main/ |
H A D | SAPI.c | 155 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
|
/PHP-7.2/ext/sqlite3/ |
H A D | sqlite3.c | 768 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 D | libxml.c | 624 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
|
/PHP-7.2/ext/mbstring/ |
H A D | php_mbregex.c | 1015 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 D | userspace.c | 323 if (zend_call_function(&fci, &fcc) == FAILURE) { in user_stream_create_object()
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli.c | 1321 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
|