/PHP-7.1/ext/opcache/tests/ |
H A D | bug73654.phpt | 2 Bug #73654: Segmentation fault in zend_call_function
|
/PHP-7.1/ext/spl/ |
H A D | spl_engine.h | 78 zend_call_function(&fci, &fcc); in spl_instantiate_arg_n()
|
/PHP-7.1/Zend/ |
H A D | zend_interfaces.c | 59 result = zend_call_function(&fci, NULL); in zend_call_method() 99 result = zend_call_function(&fci, &fcic); in zend_call_method()
|
H A D | zend_closures.c | 168 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD() 255 zend_call_function(&fci, &fcc); in zend_closure_call_magic()
|
H A D | zend_execute_API.c | 672 return zend_call_function(&fci, NULL); in _call_user_function_ex() 676 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() function 1028 if ((zend_call_function(&fcall_info, &fcall_cache) == SUCCESS) && !EG(exception)) { in zend_lookup_class_ex()
|
H A D | zend_exceptions.c | 710 zend_call_function(&fci, NULL); in ZEND_METHOD()
|
/PHP-7.1/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 379 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback() 487 if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc)) == FAILURE) { in php_sqlite3_collation_callback()
|
/PHP-7.1/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.1/ext/curl/ |
H A D | multi.c | 525 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
|
H A D | interface.c | 1492 error = zend_call_function(&fci, &t->fci_cache); in curl_write() 1541 error = zend_call_function(&fci, &t->fci_cache); in curl_fnmatch() 1596 error = zend_call_function(&fci, &t->fci_cache); in curl_progress() 1657 error = zend_call_function(&fci, &t->fci_cache); in curl_read() 1723 error = zend_call_function(&fci, &t->fci_cache); in curl_write_header()
|
/PHP-7.1/ext/dom/ |
H A D | xpath.c | 201 result = zend_call_function(&fci, NULL); in dom_xpath_ext_function_php()
|
/PHP-7.1/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.1/ext/standard/ |
H A D | array.c | 970 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_compare() 1091 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_key_compare() 1448 result = zend_call_function(&BG(array_walk_fci), &BG(array_walk_fci_cache)); in php_array_walk() 3882 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… 5238 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 5306 if (zend_call_function(&fci, &fci_cache) == SUCCESS) { 5388 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) { 5475 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
|
H A D | basic_functions.c | 4869 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 4895 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 4932 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { 4963 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_stmt.c | 952 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch() 1144 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch() 1164 if (zend_call_function(&stmt->fetch.func.fci, &stmt->fetch.func.fcc) == FAILURE) { in do_fetch()
|
H A D | pdo_dbh.c | 456 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
|
/PHP-7.1/ext/reflection/ |
H A D | php_reflection.c | 1478 result = zend_call_function(&fci, &fcc); in _reflection_export() 1502 result = zend_call_function(&fci, NULL); in _reflection_export() 2004 result = zend_call_function(&fci, &fcc); in ZEND_METHOD() 2065 result = zend_call_function(&fci, &fcc); in ZEND_METHOD() 3342 result = zend_call_function(&fci, &fcc); in reflection_method_invoke() 4894 ret = zend_call_function(&fci, &fcc); in ZEND_METHOD() 4996 ret = zend_call_function(&fci, &fcc); in ZEND_METHOD()
|
/PHP-7.1/ext/xsl/ |
H A D | xsltprocessor.c | 333 result = zend_call_function(&fci, NULL); in xsl_ext_function_php()
|
/PHP-7.1/main/ |
H A D | SAPI.c | 155 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
|
/PHP-7.1/ext/sqlite3/ |
H A D | sqlite3.c | 762 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in sqlite3_do_callback() 882 if ((ret = zend_call_function(&collation->fci.fci, &collation->fci.fcc)) == FAILURE) { in php_sqlite3_callback_compare()
|
/PHP-7.1/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.1/ext/mbstring/ |
H A D | php_mbregex.c | 1018 if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache) == SUCCESS && in _php_mb_regex_ereg_replace_exec()
|
/PHP-7.1/main/streams/ |
H A D | userspace.c | 320 if (zend_call_function(&fci, &fcc) == FAILURE) { in user_stream_create_object()
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli.c | 1318 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
|
/PHP-7.1/ext/xml/ |
H A D | xml.c | 498 result = zend_call_function(&fci, NULL); in xml_call_handler()
|