Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_ast.c736 bool short_circuited; in zend_ast_evaluate_ex() local
737 if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited) != SUCCESS)) { in zend_ast_evaluate_ex()
741 if (short_circuited) { in zend_ast_evaluate_ex()
910 bool short_circuited; in zend_ast_evaluate_ex() local
911 if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited) != SUCCESS)) { in zend_ast_evaluate_ex()
914 if (short_circuited) { in zend_ast_evaluate_ex()
978 bool short_circuited; in zend_ast_evaluate() local
979 return zend_ast_evaluate_ex(result, ast, scope, &short_circuited); in zend_ast_evaluate()

Completed in 8 milliseconds