Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c2847 container = make_real_object(container, prop_ptr OPLINE_CC EXECUTE_DATA_CC); in zend_fetch_property_address()
2878 ptr = zend_hash_find_ex(zobj->properties, Z_STR_P(prop_ptr), 1); in zend_fetch_property_address()
2885 ptr = Z_OBJ_HT_P(container)->get_property_ptr_ptr(container, prop_ptr, type, cache_slot); in zend_fetch_property_address()
2887 ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, cache_slot, result); in zend_fetch_property_address()
2930 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference()
2975 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_this_const()
2981 zend_assign_to_property_reference(container, IS_VAR, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_var_const()
2985 … void zend_assign_to_property_reference_this_var(zval *container, zval *prop_ptr, zval *value_ptr … in zend_assign_to_property_reference_this_var() argument
2987 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_VAR, value_ptr in zend_assign_to_property_reference_this_var()
2991 …e void zend_assign_to_property_reference_var_var(zval *container, zval *prop_ptr, zval *value_ptr … in zend_assign_to_property_reference_var_var() argument
[all …]

Completed in 17 milliseconds