Home
last modified time | relevance | path

Searched refs:new_zval (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_execute.c829 zval *new_zval = &EG(uninitialized_zval); in zend_fetch_dimension_address_inner() local
831 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address_inner()
832 …zend_symtable_update(ht, offset_key, offset_key_length+1, &new_zval, sizeof(zval *), (void **) &re… in zend_fetch_dimension_address_inner()
861 zval *new_zval = &EG(uninitialized_zval); in zend_fetch_dimension_address_inner() local
863 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address_inner()
864 zend_hash_index_update(ht, index, &new_zval, sizeof(zval *), (void **) &retval); in zend_fetch_dimension_address_inner()
893 zval *new_zval = &EG(uninitialized_zval); in zend_fetch_dimension_address() local
895 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address()
896 …if (zend_hash_next_index_insert(Z_ARRVAL_P(container), &new_zval, sizeof(zval *), (void **) &retva… in zend_fetch_dimension_address()
899 Z_DELREF_P(new_zval); in zend_fetch_dimension_address()
H A Dzend_execute_API.c874 zval *new_zval; in zend_call_function() local
892 ALLOC_ZVAL(new_zval); in zend_call_function()
893 *new_zval = **fci->params[i]; in zend_call_function()
894 zval_copy_ctor(new_zval); in zend_call_function()
895 Z_SET_REFCOUNT_P(new_zval, 1); in zend_call_function()
897 *fci->params[i] = new_zval; in zend_call_function()
H A Dzend_object_handlers.c614 zval *new_zval; in zend_std_get_property_ptr_ptr() local
621 new_zval = &EG(uninitialized_zval); in zend_std_get_property_ptr_ptr()
624 Z_ADDREF_P(new_zval); in zend_std_get_property_ptr_ptr()
625 …, property_info->name, property_info->name_length+1, property_info->h, &new_zval, sizeof(zval *), … in zend_std_get_property_ptr_ptr()
H A Dzend_vm_def.h959 zval *new_zval = &EG(uninitialized_zval);
961 Z_ADDREF_P(new_zval);
962 …target_symbol_table, varname->value.str.val, varname->value.str.len+1, &new_zval, sizeof(zval *), …
H A Dzend_vm_execute.h1387 zval *new_zval = &EG(uninitialized_zval); in zend_fetch_var_address_helper_SPEC_CONST() local
1389 Z_ADDREF_P(new_zval); in zend_fetch_var_address_helper_SPEC_CONST()
1390 …target_symbol_table, varname->value.str.val, varname->value.str.len+1, &new_zval, sizeof(zval *), … in zend_fetch_var_address_helper_SPEC_CONST()
4692 zval *new_zval = &EG(uninitialized_zval); in zend_fetch_var_address_helper_SPEC_TMP() local
4694 Z_ADDREF_P(new_zval); in zend_fetch_var_address_helper_SPEC_TMP()
4695 …target_symbol_table, varname->value.str.val, varname->value.str.len+1, &new_zval, sizeof(zval *), … in zend_fetch_var_address_helper_SPEC_TMP()
7944 zval *new_zval = &EG(uninitialized_zval); in zend_fetch_var_address_helper_SPEC_VAR() local
7946 Z_ADDREF_P(new_zval); in zend_fetch_var_address_helper_SPEC_VAR()
7947 …target_symbol_table, varname->value.str.val, varname->value.str.len+1, &new_zval, sizeof(zval *), … in zend_fetch_var_address_helper_SPEC_VAR()
21859 zval *new_zval = &EG(uninitialized_zval); in zend_fetch_var_address_helper_SPEC_CV() local
[all …]

Completed in 125 milliseconds