Home
last modified time | relevance | path

Searched refs:retval_ptr_ptr (Results 1 – 25 of 31) sorted by relevance

12

/PHP-5.4/Zend/
H A Dzend_execute_API.c742 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 Dzend_interfaces.c34 …**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 Dzend_interfaces.h41 …**fn_proxy, const char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_cou…
H A Dzend_API.c3185 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 Dzend_vm_def.h2871 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 Dzend_API.h48 zval **retval_ptr_ptr; member
447 …Table *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint par…
H A Dzend_exceptions.c694 fci.retval_ptr_ptr = &trace; in ZEND_METHOD()
H A Dzend_vm_execute.h2283 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 Dbasic_functions.c4727 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 Darray.c589 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 Dlibxml.c599 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 Dsqlite_driver.c333 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 Dphp_mbregex.c974 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 Dxpath.c203 fci.retval_ptr_ptr = &retval; in dom_xpath_ext_function_php()
/PHP-5.4/ext/curl/
H A Dinterface.c1041 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 Dphp_reflection.c1399 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 Dphar_object.c710 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 DSAPI.c165 fci.retval_ptr_ptr = &retval_ptr; in sapi_run_header_callback()
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c329 fci.retval_ptr_ptr = &retval; in xsl_ext_function_php()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c703 fc->fci.retval_ptr_ptr = &retval;
876 collation->fci.fci.retval_ptr_ptr = &retval;
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c759 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 Dpdo_dbh.c470 fci.retval_ptr_ptr = &retval; in pdo_stmt_construct()
/PHP-5.4/ext/xml/
H A Dxml.c525 fci.retval_ptr_ptr = &retval; in xml_call_handler()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c1282 fci.retval_ptr_ptr = &retval_ptr; in php_mysqli_fetch_into_hash()
/PHP-5.4/main/streams/
H A Duserspace.c310 fci.retval_ptr_ptr = &retval_ptr; in user_stream_create_object()

Completed in 239 milliseconds

12