Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_execute.c3363 zend_throw_non_object_error(container, prop_ptr OPLINE_CC EXECUTE_DATA_CC); in zend_fetch_property_address()
3418 ptr = zend_hash_find_known_hash(zobj->properties, Z_STR_P(prop_ptr)); in zend_fetch_property_address()
3430 name = Z_STR_P(prop_ptr); in zend_fetch_property_address()
3432 name = zval_get_tmp_string(prop_ptr, &tmp_name); in zend_fetch_property_address()
3479 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference()
3513 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_this_const()
3519 zend_assign_to_property_reference(container, IS_VAR, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_var_const()
3523 … 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
3525 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_VAR, value_ptr in zend_assign_to_property_reference_this_var()
3529 …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 27 milliseconds