Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.c3185 zend_throw_non_object_error(container, prop_ptr OPLINE_CC EXECUTE_DATA_CC); in zend_fetch_property_address()
3231 ptr = zend_hash_find_known_hash(zobj->properties, Z_STR_P(prop_ptr)); in zend_fetch_property_address()
3240 name = Z_STR_P(prop_ptr); in zend_fetch_property_address()
3242 name = zval_get_tmp_string(prop_ptr, &tmp_name); in zend_fetch_property_address()
3293 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference()
3338 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_this_const()
3344 zend_assign_to_property_reference(container, IS_VAR, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_var_const()
3348 … 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
3350 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_VAR, value_ptr in zend_assign_to_property_reference_this_var()
3354 …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 31 milliseconds