Home
last modified time | relevance | path

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

12

/PHP-5.3/Zend/
H A Dzend_execute_API.c750 fci.retval_ptr_ptr = retval_ptr_ptr; in call_user_function_ex()
774 *fci->retval_ptr_ptr = NULL; in zend_call_function()
985 ALLOC_INIT_ZVAL(*fci->retval_ptr_ptr); in zend_call_function()
996 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
997 zval_ptr_dtor(fci->retval_ptr_ptr); in zend_call_function()
998 *fci->retval_ptr_ptr = NULL; in zend_call_function()
1006 ALLOC_INIT_ZVAL(*fci->retval_ptr_ptr); in zend_call_function()
1020 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
1021 zval_ptr_dtor(fci->retval_ptr_ptr); in zend_call_function()
1022 *fci->retval_ptr_ptr = NULL; in zend_call_function()
[all …]
H A Dzend_interfaces.c34 …ction **fn_proxy, 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 …ction **fn_proxy, char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_cou…
H A Dzend_API.c2935 fci->retval_ptr_ptr = NULL; in zend_fcall_info_init()
3063 …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
3068 fci->retval_ptr_ptr = retval_ptr_ptr ? retval_ptr_ptr : &retval; in zend_fcall_info_call()
3075 if (!retval_ptr_ptr && retval) { in zend_fcall_info_call()
H A Dzend_API.h48 zval **retval_ptr_ptr; member
435 …Table *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint par…
H A Dzend_vm_def.h2455 zval **retval_ptr_ptr; variable
2466 retval_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
2468 if (OP1_TYPE == IS_VAR && !retval_ptr_ptr) {
2472 if (OP1_TYPE == IS_VAR && !Z_ISREF_PP(retval_ptr_ptr)) {
2477 PZVAL_LOCK(*retval_ptr_ptr); /* undo the effect of get_zval_ptr_ptr() */
2485 SEPARATE_ZVAL_TO_MAKE_IS_REF(retval_ptr_ptr);
2486 Z_ADDREF_PP(retval_ptr_ptr);
2488 (*EG(return_value_ptr_ptr)) = (*retval_ptr_ptr);
H A Dzend_exceptions.c594 fci.retval_ptr_ptr = &trace; in ZEND_METHOD()
H A Dzend_vm_execute.h1641 zval **retval_ptr_ptr; in ZEND_RETURN_SPEC_CONST_HANDLER() local
1652 retval_ptr_ptr = NULL; in ZEND_RETURN_SPEC_CONST_HANDLER()
1672 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_SPEC_CONST_HANDLER()
4936 zval **retval_ptr_ptr; in ZEND_RETURN_SPEC_TMP_HANDLER() local
4947 retval_ptr_ptr = NULL; in ZEND_RETURN_SPEC_TMP_HANDLER()
4967 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_SPEC_TMP_HANDLER()
8182 zval **retval_ptr_ptr; in ZEND_RETURN_SPEC_VAR_HANDLER() local
8213 Z_ADDREF_PP(retval_ptr_ptr); in ZEND_RETURN_SPEC_VAR_HANDLER()
22097 zval **retval_ptr_ptr; in ZEND_RETURN_SPEC_CV_HANDLER() local
22110 if (IS_CV == IS_VAR && !retval_ptr_ptr) { in ZEND_RETURN_SPEC_CV_HANDLER()
[all …]
/PHP-5.3/ext/standard/
H A Dbasic_functions.c4786 fci.retval_ptr_ptr = &retval_ptr;
4788 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
4789 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr);
4811 fci.retval_ptr_ptr = &retval_ptr;
4813 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
4814 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr);
4920 fci.retval_ptr_ptr = &retval_ptr;
4927 …all_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
4928 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr);
4950 fci.retval_ptr_ptr = &retval_ptr;
[all …]
H A Darray.c583 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; in php_array_user_compare()
749 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; in php_array_user_key_compare()
1063 BG(array_walk_fci).retval_ptr_ptr = &retval_ptr; in php_array_walk()
2877 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.3/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.3/ext/curl/
H A Dinterface.c1029 fci.retval_ptr_ptr = &retval_ptr; in curl_write()
1104 fci.retval_ptr_ptr = &retval_ptr; in curl_progress()
1178 fci.retval_ptr_ptr = &retval_ptr; in curl_read()
1255 fci.retval_ptr_ptr = &retval_ptr; in curl_write_header()
/PHP-5.3/ext/dom/
H A Dxpath.c203 fci.retval_ptr_ptr = &retval; in dom_xpath_ext_function_php()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1352 fci.retval_ptr_ptr = &retval_ptr; in _reflection_export()
1387 fci.retval_ptr_ptr = &retval_ptr; in _reflection_export()
1766 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
1833 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
2625 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
2734 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
3924 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
4004 fci.retval_ptr_ptr = &retval_ptr; in ZEND_METHOD()
/PHP-5.3/ext/phar/
H A Dphar_object.c707 fci.retval_ptr_ptr = &retval_ptr;
721 if (!fci.retval_ptr_ptr || !retval_ptr) {
738 if (fci.retval_ptr_ptr != &retval_ptr) {
739 entry = estrndup(Z_STRVAL_PP(fci.retval_ptr_ptr), Z_STRLEN_PP(fci.retval_ptr_ptr));
740 entry_len = Z_STRLEN_PP(fci.retval_ptr_ptr);
H A Dutil.c1728 fci.retval_ptr_ptr = &retval_ptr;
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c312 fci.retval_ptr_ptr = &retval; in xsl_ext_function_php()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c703 fc->fci.retval_ptr_ptr = &retval;
868 collation->fci.fci.retval_ptr_ptr = &retval;
/PHP-5.3/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.c465 fci.retval_ptr_ptr = &retval; in pdo_stmt_construct()
/PHP-5.3/main/streams/
H A Duserspace.c308 fci.retval_ptr_ptr = &retval_ptr; in user_wrapper_opener()
/PHP-5.3/ext/xml/
H A Dxml.c524 fci.retval_ptr_ptr = &retval; in xml_call_handler()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1277 fci.retval_ptr_ptr = &retval_ptr; in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2133 fci.retval_ptr_ptr = &retval_ptr;
/PHP-5.3/ext/sqlite/
H A Dsqlite.c2432 fci.retval_ptr_ptr = &retval_ptr; in PHP_FUNCTION()

Completed in 285 milliseconds

12