Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.h30 #define ZEND_FUNC_FREE_LOOP_VAR (1<<5) macro
H A Dscdf.c193 if (!(cfg->flags & ZEND_FUNC_FREE_LOOP_VAR)) { in kept_alive_by_loop_var_free()
H A Dzend_cfg.c198 if (cfg->flags & ZEND_FUNC_FREE_LOOP_VAR) { in zend_mark_reachable_blocks()
426 flags |= ZEND_FUNC_FREE_LOOP_VAR; in zend_build_cfg()
430 flags |= ZEND_FUNC_FREE_LOOP_VAR; in zend_build_cfg()

Completed in 13 milliseconds