/PHP-5.4/Zend/ |
H A D | zend_execute_API.c | 742 fci.retval_ptr_ptr = retval_ptr_ptr; in call_user_function_ex() 767 *fci->retval_ptr_ptr = NULL; in zend_call_function() 974 ALLOC_INIT_ZVAL(*fci->retval_ptr_ptr); in zend_call_function() 985 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function() 986 zval_ptr_dtor(fci->retval_ptr_ptr); in zend_call_function() 987 *fci->retval_ptr_ptr = NULL; in zend_call_function() 995 ALLOC_INIT_ZVAL(*fci->retval_ptr_ptr); in zend_call_function() 1009 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function() 1010 zval_ptr_dtor(fci->retval_ptr_ptr); in zend_call_function() 1011 *fci->retval_ptr_ptr = NULL; in zend_call_function() [all …]
|
H A D | zend_interfaces.c | 34 …**fn_proxy, const char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_cou… in zend_call_method() argument 51 fci.retval_ptr_ptr = retval_ptr_ptr ? retval_ptr_ptr : &retval; in zend_call_method() 108 if (!retval_ptr_ptr) { in zend_call_method() 114 return *retval_ptr_ptr; in zend_call_method()
|
H A D | zend_interfaces.h | 41 …**fn_proxy, const char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_cou…
|
H A D | zend_API.c | 3185 fci->retval_ptr_ptr = NULL; in zend_fcall_info_init() 3313 …l_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval_ptr_ptr, zval *args TS… in zend_fcall_info_call() argument 3318 fci->retval_ptr_ptr = retval_ptr_ptr ? retval_ptr_ptr : &retval; in zend_fcall_info_call() 3325 if (!retval_ptr_ptr && retval) { in zend_fcall_info_call()
|
H A D | zend_vm_def.h | 2871 zval **retval_ptr_ptr; variable 2903 retval_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W); 2905 if (OP1_TYPE == IS_VAR && UNEXPECTED(retval_ptr_ptr == NULL)) { 2909 if (OP1_TYPE == IS_VAR && !Z_ISREF_PP(retval_ptr_ptr)) { 2918 INIT_PZVAL_COPY(ret, *retval_ptr_ptr); 2927 SEPARATE_ZVAL_TO_MAKE_IS_REF(retval_ptr_ptr); 2928 Z_ADDREF_PP(retval_ptr_ptr); 2930 *EG(return_value_ptr_ptr) = *retval_ptr_ptr;
|
H A D | zend_API.h | 48 zval **retval_ptr_ptr; member 447 …Table *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint par…
|
H A D | zend_exceptions.c | 694 fci.retval_ptr_ptr = &trace; in ZEND_METHOD()
|
H A D | zend_vm_execute.h | 2283 zval **retval_ptr_ptr; in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER() local 2315 retval_ptr_ptr = NULL; in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER() 2330 INIT_PZVAL_COPY(ret, *retval_ptr_ptr); in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER() 2340 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER() 6712 zval **retval_ptr_ptr; in ZEND_RETURN_BY_REF_SPEC_TMP_HANDLER() local 6744 retval_ptr_ptr = NULL; in ZEND_RETURN_BY_REF_SPEC_TMP_HANDLER() 6769 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_BY_REF_SPEC_TMP_HANDLER() 11027 zval **retval_ptr_ptr; in ZEND_RETURN_BY_REF_SPEC_VAR_HANDLER() local 11084 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_BY_REF_SPEC_VAR_HANDLER() 27017 zval **retval_ptr_ptr; in ZEND_RETURN_BY_REF_SPEC_CV_HANDLER() local [all …]
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.c | 4727 fci.retval_ptr_ptr = &retval_ptr; 4729 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4730 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr); 4752 fci.retval_ptr_ptr = &retval_ptr; 4754 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4755 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr); 4861 fci.retval_ptr_ptr = &retval_ptr; 4868 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4869 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr); 4891 fci.retval_ptr_ptr = &retval_ptr; [all …]
|
H A D | array.c | 589 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; in php_array_user_compare() 755 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; in php_array_user_key_compare() 1069 BG(array_walk_fci).retval_ptr_ptr = &retval_ptr; in php_array_walk() 2887 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; in zval_user_compare() 4127 fci.retval_ptr_ptr = &retval; in PHP_FUNCTION() 4184 fci.retval_ptr_ptr = &retval; in PHP_FUNCTION() 4321 fci.retval_ptr_ptr = &result; in PHP_FUNCTION()
|
/PHP-5.4/ext/libxml/ |
H A D | libxml.c | 599 fci->retval_ptr_ptr = &retval_ptr; in _php_libxml_external_entity_loader() 605 if (retval != SUCCESS || fci->retval_ptr_ptr == NULL) { in _php_libxml_external_entity_loader() 610 retval_ptr = *fci->retval_ptr_ptr; in _php_libxml_external_entity_loader()
|
/PHP-5.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 333 fc->fci.retval_ptr_ptr = &retval; in do_callback() 497 collation->fc.fci.retval_ptr_ptr = &retval; in php_sqlite3_collation_callback()
|
/PHP-5.4/ext/mbstring/ |
H A D | php_mbregex.c | 974 arg_replace_fci.retval_ptr_ptr = &retval_ptr; in _php_mb_regex_ereg_replace_exec() 975 …&arg_replace_fci, &arg_replace_fci_cache TSRMLS_CC) == SUCCESS && arg_replace_fci.retval_ptr_ptr) { in _php_mb_regex_ereg_replace_exec()
|
/PHP-5.4/ext/dom/ |
H A D | xpath.c | 203 fci.retval_ptr_ptr = &retval; in dom_xpath_ext_function_php()
|
/PHP-5.4/ext/curl/ |
H A D | interface.c | 1041 fci.retval_ptr_ptr = &retval_ptr; in curl_write() 1116 fci.retval_ptr_ptr = &retval_ptr; in curl_progress() 1190 fci.retval_ptr_ptr = &retval_ptr; in curl_read() 1268 fci.retval_ptr_ptr = &retval_ptr; in curl_write_header()
|
/PHP-5.4/ext/reflection/ |
H A D | php_reflection.c | 1399 fci.retval_ptr_ptr = &retval_ptr; in _reflection_export() 1434 fci.retval_ptr_ptr = &retval_ptr; in _reflection_export() 1915 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD() 1982 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD() 2887 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD() 2996 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD() 4216 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD() 4314 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
|
/PHP-5.4/ext/phar/ |
H A D | phar_object.c | 710 fci.retval_ptr_ptr = &retval_ptr; 724 if (!fci.retval_ptr_ptr || !retval_ptr) { 741 if (fci.retval_ptr_ptr != &retval_ptr) { 742 entry = estrndup(Z_STRVAL_PP(fci.retval_ptr_ptr), Z_STRLEN_PP(fci.retval_ptr_ptr)); 743 entry_len = Z_STRLEN_PP(fci.retval_ptr_ptr);
|
/PHP-5.4/main/ |
H A D | SAPI.c | 165 fci.retval_ptr_ptr = &retval_ptr; in sapi_run_header_callback()
|
/PHP-5.4/ext/xsl/ |
H A D | xsltprocessor.c | 329 fci.retval_ptr_ptr = &retval; in xsl_ext_function_php()
|
/PHP-5.4/ext/sqlite3/ |
H A D | sqlite3.c | 703 fc->fci.retval_ptr_ptr = &retval; 876 collation->fci.fci.retval_ptr_ptr = &retval;
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_stmt.c | 759 fci->retval_ptr_ptr = &stmt->fetch.cls.retval_ptr; in do_fetch_class_prepare() 1199 stmt->fetch.func.fci.retval_ptr_ptr = &retval; in do_fetch()
|
H A D | pdo_dbh.c | 470 fci.retval_ptr_ptr = &retval; in pdo_stmt_construct()
|
/PHP-5.4/ext/xml/ |
H A D | xml.c | 525 fci.retval_ptr_ptr = &retval; in xml_call_handler()
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli.c | 1282 fci.retval_ptr_ptr = &retval_ptr; in php_mysqli_fetch_into_hash()
|
/PHP-5.4/main/streams/ |
H A D | userspace.c | 310 fci.retval_ptr_ptr = &retval_ptr; in user_stream_create_object()
|