Searched refs:zend_is_smart_branch (Results 1 – 6 of 6) sorted by relevance
183 && !zend_is_smart_branch(opline) in zend_verify_inference_def()
985 ZEND_API bool zend_is_smart_branch(const zend_op *opline);
2359 ZEND_API bool zend_is_smart_branch(const zend_op *opline) /* {{{ */ in zend_is_smart_branch() function2396 && zend_is_smart_branch(opline)) { in zend_emit_cond_jump()
8172 if (!zend_is_smart_branch(throw_op)) {
3306 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
16613 if (zend_is_smart_branch(opline)) {
Completed in 306 milliseconds