| /PHP_TRUNK/ext/dom/ |
| H A D | xpath.c | 203 fci.retval_ptr_ptr = &retval;
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_dbh.c | 467 fci.retval_ptr_ptr = &retval;
|
| H A D | pdo_stmt.c | 759 fci->retval_ptr_ptr = &stmt->fetch.cls.retval_ptr; 1199 stmt->fetch.func.fci.retval_ptr_ptr = &retval;
|
| /PHP_TRUNK/ext/pdo_sqlite/ |
| H A D | sqlite_driver.c | 333 fc->fci.retval_ptr_ptr = &retval; 497 collation->fc.fci.retval_ptr_ptr = &retval;
|
| /PHP_TRUNK/ext/xml/ |
| H A D | xml.c | 525 fci.retval_ptr_ptr = &retval;
|
| /PHP_TRUNK/ext/xsl/ |
| H A D | xsltprocessor.c | 322 fci.retval_ptr_ptr = &retval;
|
| /PHP_TRUNK/main/ |
| H A D | SAPI.c | 165 fci.retval_ptr_ptr = &retval_ptr;
|
| /PHP_TRUNK/main/streams/ |
| H A D | userspace.c | 310 fci.retval_ptr_ptr = &retval_ptr;
|
| /PHP_TRUNK/ext/sqlite3/ |
| H A D | sqlite3.c | 703 fc->fci.retval_ptr_ptr = &retval; 876 collation->fci.fci.retval_ptr_ptr = &retval;
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | php_mbregex.c | 974 arg_replace_fci.retval_ptr_ptr = &retval_ptr; 975 if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache TSRMLS_CC) == SUCCESS && arg_replace_fci.retval_ptr_ptr) {
|
| /PHP_TRUNK/ext/libxml/ |
| H A D | libxml.c | 599 fci->retval_ptr_ptr = &retval_ptr; 605 if (retval != SUCCESS || fci->retval_ptr_ptr == NULL) { 610 retval_ptr = *fci->retval_ptr_ptr;
|
| /PHP_TRUNK/ext/intl/converter/ |
| H A D | converter.c | 240 objval->to_cb.retval_ptr_ptr = &retval; 337 objval->from_cb.retval_ptr_ptr = &retval;
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_interfaces.c | 34 ZEND_API zval* zend_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **fn_proxy, const char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_count, zval* arg1, zval* arg2 TSRMLS_DC) argument 51 fci.retval_ptr_ptr = retval_ptr_ptr ? retval_ptr_ptr : &retval; 108 if (!retval_ptr_ptr) { 114 return *retval_ptr_ptr;
|
| H A D | zend_interfaces.h | 41 ZEND_API zval* zend_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **fn_proxy, const char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_count, zval* arg1, zval* arg2 TSRMLS_DC);
|
| H A D | zend_API.c | 3243 fci->retval_ptr_ptr = NULL; 3371 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval_ptr_ptr, zval *args TSRMLS_DC) /* {{{ */ argument 3376 fci->retval_ptr_ptr = retval_ptr_ptr ? retval_ptr_ptr : &retval; 3383 if (!retval_ptr_ptr && retval) {
|
| H A D | zend_API.h | 48 zval **retval_ptr_ptr; member in struct:_zend_fcall_info 451 ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC); 459 * fci->retval_ptr_ptr = NULL;
|
| H A D | zend_execute_API.c | 715 int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC) /* {{{ */ argument 723 fci.retval_ptr_ptr = retval_ptr_ptr; 748 *fci->retval_ptr_ptr = NULL; 934 EG(return_value_ptr_ptr) = fci->retval_ptr_ptr; 939 *fci->retval_ptr_ptr = zend_generator_create_zval(EG(active_op_array) TSRMLS_CC); 953 ALLOC_INIT_ZVAL(*fci->retval_ptr_ptr); 959 ((zend_internal_function *) EX(function_state).function)->handler(fci->param_count, *fci->retval_ptr_ptr, fci->retval_ptr_ptr, fci->object_ptr, 1 TSRMLS_CC); 967 INIT_PZVAL(*fci->retval_ptr_ptr); [all...] |
| H A D | zend_execute.c | 1492 *fci->retval_ptr_ptr, fci->retval_ptr_ptr, fci->object_ptr, 1 TSRMLS_CC);
|
| H A D | zend_vm_def.h | 2880 zval **retval_ptr_ptr; variable 2912 retval_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W); 2914 if (OP1_TYPE == IS_VAR && UNEXPECTED(retval_ptr_ptr == NULL)) { 2918 if (OP1_TYPE == IS_VAR && !Z_ISREF_PP(retval_ptr_ptr)) { 2924 retval_ptr = *retval_ptr_ptr; 2933 SEPARATE_ZVAL_TO_MAKE_IS_REF(retval_ptr_ptr); variable 2934 Z_ADDREF_PP(retval_ptr_ptr); variable 2936 *EG(return_value_ptr_ptr) = *retval_ptr_ptr;
|
| /PHP_TRUNK/ext/reflection/ |
| H A D | php_reflection.c | 1402 fci.retval_ptr_ptr = &retval_ptr; 1437 fci.retval_ptr_ptr = &retval_ptr; 1918 fci.retval_ptr_ptr = &retval_ptr; 1985 fci.retval_ptr_ptr = &retval_ptr; 2890 fci.retval_ptr_ptr = &retval_ptr; 2999 fci.retval_ptr_ptr = &retval_ptr; 4235 fci.retval_ptr_ptr = &retval_ptr; 4340 fci.retval_ptr_ptr = &retval_ptr;
|
| /PHP_TRUNK/ext/curl/ |
| H A D | interface.c | 1310 fci.retval_ptr_ptr = &retval_ptr; 1376 fci.retval_ptr_ptr = &retval_ptr; 1454 fci.retval_ptr_ptr = &retval_ptr; 1528 fci.retval_ptr_ptr = &retval_ptr; 1605 fci.retval_ptr_ptr = &retval_ptr;
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli.c | 1289 fci.retval_ptr_ptr = &retval_ptr;
|
| /PHP_TRUNK/ext/phar/ |
| H A D | phar_object.c | 709 fci.retval_ptr_ptr = &retval_ptr; 723 if (!fci.retval_ptr_ptr || !retval_ptr) { 740 if (fci.retval_ptr_ptr != &retval_ptr) { 741 entry = estrndup(Z_STRVAL_PP(fci.retval_ptr_ptr), Z_STRLEN_PP(fci.retval_ptr_ptr)); 742 entry_len = Z_STRLEN_PP(fci.retval_ptr_ptr);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | array.c | 589 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; 755 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; 1054 BG(array_walk_fci).retval_ptr_ptr = &retval_ptr; 2921 BG(user_compare_fci).retval_ptr_ptr = &retval_ptr; 4172 fci.retval_ptr_ptr = &retval; 4229 fci.retval_ptr_ptr = &retval; 4366 fci.retval_ptr_ptr = &result;
|
| H A D | basic_functions.c | 4779 fci.retval_ptr_ptr = &retval_ptr; 4781 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4782 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr); 4804 fci.retval_ptr_ptr = &retval_ptr; 4806 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4807 COPY_PZVAL_TO_ZVAL(*return_value, *fci.retval_ptr_ptr); 4913 fci.retval_ptr_ptr = &retval_ptr; 4920 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr [all...] |