Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h112 ZEND_AST_OR, enumerator
H A Dzend_language_parser.y906 { $$ = zend_ast_create(ZEND_AST_OR, $1, $3); }
910 { $$ = zend_ast_create(ZEND_AST_OR, $1, $3); }
H A Dzend_ast.c316 case ZEND_AST_OR: in zend_ast_evaluate()
1391 case ZEND_AST_OR: BINARY_OP(" || ", 120, 120, 121); in zend_ast_export_ex()
H A Dzend_compile.c6827 ZEND_ASSERT(ast->kind == ZEND_AST_AND || ast->kind == ZEND_AST_OR); in zend_compile_short_circuiting()
6833 || (ast->kind == ZEND_AST_OR && zend_is_true(&left_node.u.constant))) { in zend_compile_short_circuiting()
7601 || kind == ZEND_AST_AND || kind == ZEND_AST_OR in zend_is_allowed_in_const_expr()
7947 case ZEND_AST_OR: in zend_compile_expr()
8120 case ZEND_AST_OR: in zend_eval_const_expr()
8126 if (zend_is_true(zend_ast_get_zval(ast->child[i])) == (ast->kind == ZEND_AST_OR)) { in zend_eval_const_expr()
8127 ZVAL_BOOL(&result, ast->kind == ZEND_AST_OR); in zend_eval_const_expr()
8137 if (ast->kind == ZEND_AST_OR) { in zend_eval_const_expr()

Completed in 33 milliseconds