Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.c3160 …zval *container, uint32_t container_op_type, zval *prop_ptr, uint32_t prop_op_type, void **cache_s… in zend_fetch_property_address() argument
3192 if (prop_op_type == IS_CONST && in zend_fetch_property_address()
3239 if (prop_op_type == IS_CONST) { in zend_fetch_property_address()
3267 if (prop_op_type == IS_CONST) { in zend_fetch_property_address()
3282 if (prop_op_type != IS_CONST) { in zend_fetch_property_address()
3287 …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
3290 …void **cache_addr = (prop_op_type == IS_CONST) ? CACHE_ADDR(opline->extended_value & ~ZEND_RETURNS… in zend_assign_to_property_reference()
3293 zend_fetch_property_address(variable_ptr, container, container_op_type, prop_ptr, prop_op_type, in zend_assign_to_property_reference()
3307 if (prop_op_type == IS_CONST) { in zend_assign_to_property_reference()

Completed in 31 milliseconds