Home
last modified time | relevance | path

Searched refs:IS_VAR (Results 26 – 27 of 27) sorted by relevance

12

/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c2797 } else if (opline->op2_type & (IS_TMP_VAR|IS_VAR)) { in zend_update_type_info()
2827 if (opline->op2_type == IS_VAR && opline->extended_value == ZEND_RETURNS_FUNCTION) { in zend_update_type_info()
3322 opline->result_type == IS_VAR, in zend_update_type_info()
3445 if (opline->op1_type & (IS_TMP_VAR|IS_VAR|IS_CV)) { in zend_update_type_info()
4204 } else if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) { in zend_may_throw()
4240 } else if (opline->op2_type & (IS_TMP_VAR|IS_VAR)) { in zend_may_throw()
/PHP-7.3/
H A D.gdbinit550 set $optype = "IS_VAR"

Completed in 18 milliseconds

12