Searched refs:prop_ptr (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_execute.c | 3078 zend_throw_non_object_error(container, prop_ptr OPLINE_CC EXECUTE_DATA_CC); in zend_fetch_property_address() 3122 ptr = zend_hash_find_known_hash(zobj->properties, Z_STR_P(prop_ptr)); in zend_fetch_property_address() 3134 name = Z_STR_P(prop_ptr); in zend_fetch_property_address() 3136 name = zval_get_tmp_string(prop_ptr, &tmp_name); in zend_fetch_property_address() 3186 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference() 3228 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_this_const() 3234 zend_assign_to_property_reference(container, IS_VAR, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_var_const() 3238 … 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 3240 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_VAR, value_ptr in zend_assign_to_property_reference_this_var() 3244 …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 22 milliseconds