Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.c541 Z_SET_REFCOUNT_P(variable_ptr, Z_REFCOUNT_P(variable_ptr) - 2); in zend_assign_to_variable_reference()
822 return variable_ptr; in zend_assign_tmp_to_variable()
833 return variable_ptr; in zend_assign_tmp_to_variable()
843 return variable_ptr; in zend_assign_tmp_to_variable()
855 return variable_ptr; in zend_assign_const_to_variable()
867 return variable_ptr; in zend_assign_const_to_variable()
879 return variable_ptr; in zend_assign_const_to_variable()
891 return variable_ptr; in zend_assign_to_variable()
897 return variable_ptr; in zend_assign_to_variable()
904 efree(variable_ptr); in zend_assign_to_variable()
[all …]
H A Dzend_object_handlers.c527 zval **variable_ptr; in zend_std_write_property() local
548 ((variable_ptr = (zval**)zobj->properties_table[property_info->offset]) != NULL) : in zend_std_write_property()
549 (*(variable_ptr = &zobj->properties_table[property_info->offset]) != NULL)) : in zend_std_write_property()
553 if (EXPECTED(*variable_ptr != value)) { in zend_std_write_property()
556 if (PZVAL_IS_REF(*variable_ptr)) { in zend_std_write_property()
557 zval garbage = **variable_ptr; /* old value should be destroyed */ in zend_std_write_property()
560 Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); in zend_std_write_property()
561 (*variable_ptr)->value = value->value; in zend_std_write_property()
563 zval_copy_ctor(*variable_ptr); in zend_std_write_property()
569 zval *garbage = *variable_ptr; in zend_std_write_property()
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3459 zval **variable_ptr, *value; in ZEND_METHOD() local
3471 if (!variable_ptr) { in ZEND_METHOD()
3477 is_ref = Z_ISREF_PP(variable_ptr); in ZEND_METHOD()
3478 zval_dtor(*variable_ptr); in ZEND_METHOD()
3479 **variable_ptr = *value; in ZEND_METHOD()
3480 zval_copy_ctor(*variable_ptr); in ZEND_METHOD()
5021 zval **variable_ptr; in ZEND_METHOD() local
5050 if (*variable_ptr != value) { in ZEND_METHOD()
5058 zval_copy_ctor(*variable_ptr); in ZEND_METHOD()
5062 zval *garbage = *variable_ptr; in ZEND_METHOD()
[all …]

Completed in 45 milliseconds