Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h126 ZEND_AST_OR, enumerator
H A Dzend_language_parser.y1178 { $$ = zend_ast_create(ZEND_AST_OR, $1, $3); }
1182 { $$ = zend_ast_create(ZEND_AST_OR, $1, $3); }
H A Dzend_ast.c643 case ZEND_AST_OR: in zend_ast_evaluate_inner()
2181 case ZEND_AST_OR: BINARY_OP(" || ", 120, 120, 121); in zend_ast_export_ex()
H A Dzend_compile.c9348 ZEND_ASSERT(ast->kind == ZEND_AST_AND || ast->kind == ZEND_AST_OR); in zend_compile_short_circuiting()
9354 || (ast->kind == ZEND_AST_OR && zend_is_true(&left_node.u.constant))) { in zend_compile_short_circuiting()
10322 || kind == ZEND_AST_AND || kind == ZEND_AST_OR in zend_is_allowed_in_const_expr()
10763 case ZEND_AST_OR: in zend_compile_expr_inner()
10976 case ZEND_AST_OR: in zend_eval_const_expr()
10986 if (child0_is_true == (ast->kind == ZEND_AST_OR)) { in zend_eval_const_expr()
10987 ZVAL_BOOL(&result, ast->kind == ZEND_AST_OR); in zend_eval_const_expr()
10996 if (ast->kind == ZEND_AST_OR) { in zend_eval_const_expr()

Completed in 46 milliseconds