Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/opcache/tests/
H A Dbug73654.phpt2 Bug #73654: Segmentation fault in zend_call_function
/PHP-7.1/ext/spl/
H A Dspl_engine.h78 zend_call_function(&fci, &fcc); in spl_instantiate_arg_n()
/PHP-7.1/Zend/
H A Dzend_interfaces.c59 result = zend_call_function(&fci, NULL); in zend_call_method()
99 result = zend_call_function(&fci, &fcic); in zend_call_method()
H A Dzend_closures.c168 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 Dzend_execute_API.c672 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 Dzend_exceptions.c710 zend_call_function(&fci, NULL); in ZEND_METHOD()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c379 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 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.1/ext/curl/
H A Dmulti.c525 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
H A Dinterface.c1492 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 Dxpath.c201 result = zend_call_function(&fci, NULL); in dom_xpath_ext_function_php()
/PHP-7.1/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.1/ext/standard/
H A Darray.c970 …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 Dbasic_functions.c4869 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 Dpdo_stmt.c952 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 Dpdo_dbh.c456 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1478 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 Dxsltprocessor.c333 result = zend_call_function(&fci, NULL); in xsl_ext_function_php()
/PHP-7.1/main/
H A DSAPI.c155 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c762 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 Dlibxml.c624 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c1018 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 Duserspace.c320 if (zend_call_function(&fci, &fcc) == FAILURE) { in user_stream_create_object()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c1318 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-7.1/ext/xml/
H A Dxml.c498 result = zend_call_function(&fci, NULL); in xml_call_handler()

Completed in 143 milliseconds

12