Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h123 ZEND_AST_OR, enumerator
H A Dzend_language_parser.y1059 { $$ = zend_ast_create(ZEND_AST_OR, $1, $3); }
1063 { $$ = zend_ast_create(ZEND_AST_OR, $1, $3); }
H A Dzend_ast.c613 case ZEND_AST_OR: in zend_ast_evaluate()
1877 case ZEND_AST_OR: BINARY_OP(" || ", 120, 120, 121); in zend_ast_export_ex()
H A Dzend_compile.c8261 ZEND_ASSERT(ast->kind == ZEND_AST_AND || ast->kind == ZEND_AST_OR); in zend_compile_short_circuiting()
8267 || (ast->kind == ZEND_AST_OR && zend_is_true(&left_node.u.constant))) { in zend_compile_short_circuiting()
9196 || kind == ZEND_AST_AND || kind == ZEND_AST_OR in zend_is_allowed_in_const_expr()
9562 case ZEND_AST_OR: in zend_compile_expr_inner()
9759 case ZEND_AST_OR: in zend_eval_const_expr()
9769 if (child0_is_true == (ast->kind == ZEND_AST_OR)) { in zend_eval_const_expr()
9770 ZVAL_BOOL(&result, ast->kind == ZEND_AST_OR); in zend_eval_const_expr()
9779 if (ast->kind == ZEND_AST_OR) { in zend_eval_const_expr()

Completed in 50 milliseconds