Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute.c3159 …zval *container, uint32_t container_op_type, zval *prop_ptr, uint32_t prop_op_type, void **cache_s… in zend_fetch_property_address() argument
3191 if (prop_op_type == IS_CONST && in zend_fetch_property_address()
3238 if (prop_op_type == IS_CONST) { in zend_fetch_property_address()
3266 if (prop_op_type == IS_CONST) { in zend_fetch_property_address()
3281 if (prop_op_type != IS_CONST) { in zend_fetch_property_address()
3286 …zval *container, uint32_t container_op_type, zval *prop_ptr, uint32_t prop_op_type, zval *value_pt… in zend_assign_to_property_reference() argument
3289 …void **cache_addr = (prop_op_type == IS_CONST) ? CACHE_ADDR(opline->extended_value & ~ZEND_RETURNS… in zend_assign_to_property_reference()
3292 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference()
3306 if (prop_op_type == IS_CONST) { in zend_assign_to_property_reference()

Completed in 23 milliseconds