Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_cfg.h113 #define CRT_CONSTANT(node) \ macro
H A Dzend_ssa.c188 zv = CRT_CONSTANT(op->op2); in find_adjusted_tmp_var()
195 zv = CRT_CONSTANT(op->op1); in find_adjusted_tmp_var()
204 zv = CRT_CONSTANT(op->op2); in find_adjusted_tmp_var()
298 zval *zv = CRT_CONSTANT((opline-1)->op2); in place_essa_pis()
320 zval *zv = CRT_CONSTANT((opline-1)->op1); in place_essa_pis()
322 add_val1 = Z_LVAL_P(CRT_CONSTANT((opline-1)->op1)); in place_essa_pis()
469 val = CRT_CONSTANT((opline-1)->op2); in place_essa_pis()
472 val = CRT_CONSTANT((opline-1)->op1); in place_essa_pis()
503 zend_string *lcname = Z_STR_P(CRT_CONSTANT((opline-1)->op2) + 1); in place_essa_pis()
H A Dzend_cfg.c340 zv = CRT_CONSTANT(opline->op2); in zend_build_cfg()

Completed in 12 milliseconds