Home
last modified time | relevance | path

Searched refs:variable_ptr (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_execute.c539 Z_SET_REFCOUNT_P(variable_ptr, Z_REFCOUNT_P(variable_ptr) - 2); in zend_assign_to_variable_reference()
820 return variable_ptr; in zend_assign_tmp_to_variable()
831 return variable_ptr; in zend_assign_tmp_to_variable()
841 return variable_ptr; in zend_assign_tmp_to_variable()
853 return variable_ptr; in zend_assign_const_to_variable()
865 return variable_ptr; in zend_assign_const_to_variable()
877 return variable_ptr; in zend_assign_const_to_variable()
889 return variable_ptr; in zend_assign_to_variable()
895 return variable_ptr; in zend_assign_to_variable()
918 return variable_ptr; in zend_assign_to_variable()
[all …]
H A Dzend_object_handlers.c526 zval **variable_ptr; in zend_std_write_property() local
547 ((variable_ptr = (zval**)zobj->properties_table[property_info->offset]) != NULL) : in zend_std_write_property()
548 (*(variable_ptr = &zobj->properties_table[property_info->offset]) != NULL)) : in zend_std_write_property()
552 if (EXPECTED(*variable_ptr != value)) { in zend_std_write_property()
555 if (PZVAL_IS_REF(*variable_ptr)) { in zend_std_write_property()
556 zval garbage = **variable_ptr; /* old value should be destroyed */ in zend_std_write_property()
559 Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); in zend_std_write_property()
560 (*variable_ptr)->value = value->value; in zend_std_write_property()
562 zval_copy_ctor(*variable_ptr); in zend_std_write_property()
568 zval *garbage = *variable_ptr; in zend_std_write_property()
[all …]
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c3448 zval **variable_ptr, *value; in ZEND_METHOD() local
3460 if (!variable_ptr) { in ZEND_METHOD()
3466 is_ref = Z_ISREF_PP(variable_ptr); in ZEND_METHOD()
3467 zval_dtor(*variable_ptr); in ZEND_METHOD()
3468 **variable_ptr = *value; in ZEND_METHOD()
3469 zval_copy_ctor(*variable_ptr); in ZEND_METHOD()
4996 zval **variable_ptr; in ZEND_METHOD() local
5025 if (*variable_ptr != value) { in ZEND_METHOD()
5033 zval_copy_ctor(*variable_ptr); in ZEND_METHOD()
5037 zval *garbage = *variable_ptr; in ZEND_METHOD()
[all …]

Completed in 32 milliseconds