Home
last modified time | relevance | path

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

12

/PHP-5.5/Zend/
H A Dzend_execute_API.c716 fci.retval_ptr_ptr = retval_ptr_ptr; in call_user_function_ex()
741 *fci->retval_ptr_ptr = NULL; in zend_call_function()
946 ALLOC_INIT_ZVAL(*fci->retval_ptr_ptr); in zend_call_function()
962 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
963 zval_ptr_dtor(fci->retval_ptr_ptr); in zend_call_function()
964 *fci->retval_ptr_ptr = NULL; in zend_call_function()
972 ALLOC_INIT_ZVAL(*fci->retval_ptr_ptr); in zend_call_function()
986 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
987 zval_ptr_dtor(fci->retval_ptr_ptr); in zend_call_function()
988 *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.c3248 fci->retval_ptr_ptr = NULL; in zend_fcall_info_init()
3376 …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
3381 fci->retval_ptr_ptr = retval_ptr_ptr ? retval_ptr_ptr : &retval; in zend_fcall_info_call()
3388 if (!retval_ptr_ptr && retval) { in zend_fcall_info_call()
H A Dzend_API.h48 zval **retval_ptr_ptr; member
451 …Table *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint par…
H A Dzend_vm_def.h2877 zval **retval_ptr_ptr; variable
2909 retval_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
2911 if (OP1_TYPE == IS_VAR && UNEXPECTED(retval_ptr_ptr == NULL)) {
2915 if (OP1_TYPE == IS_VAR && !Z_ISREF_PP(retval_ptr_ptr)) {
2924 INIT_PZVAL_COPY(ret, *retval_ptr_ptr);
2933 SEPARATE_ZVAL_TO_MAKE_IS_REF(retval_ptr_ptr);
2934 Z_ADDREF_PP(retval_ptr_ptr);
2936 *EG(return_value_ptr_ptr) = *retval_ptr_ptr;
H A Dzend_exceptions.c694 fci.retval_ptr_ptr = &trace; in ZEND_METHOD()
H A Dzend_execute.c1480 *fci->retval_ptr_ptr, fci->retval_ptr_ptr, fci->object_ptr, 1 TSRMLS_CC); in execute_internal()
H A Dzend_vm_execute.h2383 zval **retval_ptr_ptr; in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER() local
2415 retval_ptr_ptr = NULL; in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER()
2430 INIT_PZVAL_COPY(ret, *retval_ptr_ptr); in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER()
2440 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER()
7693 zval **retval_ptr_ptr; in ZEND_RETURN_BY_REF_SPEC_TMP_HANDLER() local
7725 retval_ptr_ptr = NULL; in ZEND_RETURN_BY_REF_SPEC_TMP_HANDLER()
7750 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_BY_REF_SPEC_TMP_HANDLER()
12898 zval **retval_ptr_ptr; in ZEND_RETURN_BY_REF_SPEC_VAR_HANDLER() local
12955 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_BY_REF_SPEC_VAR_HANDLER()
30581 zval **retval_ptr_ptr; in ZEND_RETURN_BY_REF_SPEC_CV_HANDLER() local
[all …]
/PHP-5.5/ext/spl/
H A Dspl_engine.h70 fci.retval_ptr_ptr = &dummy; in spl_instantiate_arg_n()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4789 fci.retval_ptr_ptr = &retval_ptr;
4791 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
4792 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr);
4814 fci.retval_ptr_ptr = &retval_ptr;
4816 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
4817 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr);
4923 fci.retval_ptr_ptr = &retval_ptr;
4930 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
4931 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr);
4953 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()
1054 BG(array_walk_fci).retval_ptr_ptr = &retval_ptr; in php_array_walk()
2932 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; in zval_user_compare()
4172 fci.retval_ptr_ptr = &retval; in PHP_FUNCTION()
4229 fci.retval_ptr_ptr = &retval; in PHP_FUNCTION()
4366 fci.retval_ptr_ptr = &result; in PHP_FUNCTION()
/PHP-5.5/ext/libxml/
H A Dlibxml.c615 fci->retval_ptr_ptr = &retval_ptr; in _php_libxml_external_entity_loader()
621 if (retval != SUCCESS || fci->retval_ptr_ptr == NULL) { in _php_libxml_external_entity_loader()
626 retval_ptr = *fci->retval_ptr_ptr; in _php_libxml_external_entity_loader()
/PHP-5.5/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.5/ext/mbstring/
H A Dphp_mbregex.c974 arg_replace_fci.retval_ptr_ptr = &retval_ptr; in _php_mb_regex_ereg_replace_exec()
975 …fci, &arg_replace_fci_cache TSRMLS_CC) == SUCCESS && arg_replace_fci.retval_ptr_ptr && retval_ptr)… in _php_mb_regex_ereg_replace_exec()
/PHP-5.5/ext/dom/
H A Dxpath.c203 fci.retval_ptr_ptr = &retval; in dom_xpath_ext_function_php()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c250 objval->to_cb.retval_ptr_ptr = &retval; in php_converter_to_u_callback()
347 objval->from_cb.retval_ptr_ptr = &retval; in php_converter_from_u_callback()
/PHP-5.5/ext/curl/
H A Dinterface.c1344 fci.retval_ptr_ptr = &retval_ptr; in curl_write()
1411 fci.retval_ptr_ptr = &retval_ptr; in curl_fnmatch()
1490 fci.retval_ptr_ptr = &retval_ptr; in curl_progress()
1565 fci.retval_ptr_ptr = &retval_ptr; in curl_read()
1643 fci.retval_ptr_ptr = &retval_ptr; in curl_write_header()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1402 fci.retval_ptr_ptr = &retval_ptr; in _reflection_export()
1437 fci.retval_ptr_ptr = &retval_ptr; in _reflection_export()
1918 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
1985 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
2890 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
2999 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
4235 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
4340 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
/PHP-5.5/ext/phar/
H A Dphar_object.c702 fci.retval_ptr_ptr = &retval_ptr; in PHP_METHOD()
716 if (!fci.retval_ptr_ptr || !retval_ptr) { in PHP_METHOD()
728 if (fci.retval_ptr_ptr != &retval_ptr) { in PHP_METHOD()
729 entry = estrndup(Z_STRVAL_PP(fci.retval_ptr_ptr), Z_STRLEN_PP(fci.retval_ptr_ptr)); in PHP_METHOD()
730 entry_len = Z_STRLEN_PP(fci.retval_ptr_ptr); in PHP_METHOD()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c329 fci.retval_ptr_ptr = &retval; in xsl_ext_function_php()
/PHP-5.5/main/
H A DSAPI.c165 fci.retval_ptr_ptr = &retval_ptr; in sapi_run_header_callback()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c703 fc->fci.retval_ptr_ptr = &retval;
876 collation->fci.fci.retval_ptr_ptr = &retval;
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c759 fci->retval_ptr_ptr = &stmt->fetch.cls.retval_ptr; in do_fetch_class_prepare()
1197 stmt->fetch.func.fci.retval_ptr_ptr = &retval; in do_fetch()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1296 fci.retval_ptr_ptr = &retval_ptr; in php_mysqli_fetch_into_hash()

Completed in 326 milliseconds

12