Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_execute.c2856 zend_throw_non_object_error(container, prop_ptr OPLINE_CC EXECUTE_DATA_CC); in zend_fetch_property_address()
2886 ptr = zend_hash_find_ex(zobj->properties, Z_STR_P(prop_ptr), 1); in zend_fetch_property_address()
2895 name = Z_STR_P(prop_ptr); in zend_fetch_property_address()
2897 name = zval_get_tmp_string(prop_ptr, &tmp_name); in zend_fetch_property_address()
2949 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference()
2991 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_this_const()
2997 zend_assign_to_property_reference(container, IS_VAR, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_var_const()
3001 … 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
3003 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_VAR, value_ptr in zend_assign_to_property_reference_this_var()
3007 …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 18 milliseconds