Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c2824 …zend_fetch_property_address(zval *result, zval *container, uint32_t container_op_type, zval *prop_… in zend_fetch_property_address() argument
2828 if (container_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { in zend_fetch_property_address()
2835 if (container_op_type == IS_CV in zend_fetch_property_address()
2925 …ne void zend_assign_to_property_reference(zval *container, uint32_t container_op_type, zval *prop_… in zend_assign_to_property_reference() argument
2930 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference()

Completed in 18 milliseconds