Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h1079 #define ZEND_FETCH_DIM_WRITE 2 macro
H A Dzend_execute.c3297 case ZEND_FETCH_DIM_WRITE: in zend_handle_fetch_obj_flags()
H A Dzend_compile.c3087 opline->extended_value |= ZEND_FETCH_DIM_WRITE; in zend_delayed_compile_dim()
/php-src/Zend/Optimizer/
H A Dzend_dump.c616 } else if (obj_flags == ZEND_FETCH_DIM_WRITE) { in zend_dump_op()
H A Dzend_inference.c3782 if ((opline->extended_value & ZEND_FETCH_OBJ_FLAGS) == ZEND_FETCH_DIM_WRITE) { in _zend_update_type_info()
3825 if ((opline->extended_value & ZEND_FETCH_OBJ_FLAGS) == ZEND_FETCH_DIM_WRITE) { in _zend_update_type_info()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2091 case ZEND_FETCH_DIM_WRITE: in zend_handle_fetch_obj_flags()
H A Dzend_jit_ir.c14077 if (flags == ZEND_FETCH_DIM_WRITE) {
14162 if (flags == ZEND_FETCH_DIM_WRITE) {

Completed in 149 milliseconds