Searched refs:ZEND_AST_OR (Results 1 – 4 of 4) sorted by relevance
113 ZEND_AST_OR, enumerator
892 { $$ = zend_ast_create(ZEND_AST_OR, $1, $3); }896 { $$ = zend_ast_create(ZEND_AST_OR, $1, $3); }
316 case ZEND_AST_OR: in zend_ast_evaluate()1390 case ZEND_AST_OR: BINARY_OP(" || ", 120, 120, 121); in zend_ast_export_ex()
6120 ZEND_ASSERT(ast->kind == ZEND_AST_AND || ast->kind == ZEND_AST_OR); in zend_compile_short_circuiting()6126 || (ast->kind == ZEND_AST_OR && zend_is_true(&left_node.u.constant))) { in zend_compile_short_circuiting()6900 || kind == ZEND_AST_AND || kind == ZEND_AST_OR in zend_is_allowed_in_const_expr()7246 case ZEND_AST_OR: in zend_compile_expr()7421 case ZEND_AST_OR: in zend_eval_const_expr()7427 if (zend_is_true(zend_ast_get_zval(ast->child[i])) == (ast->kind == ZEND_AST_OR)) { in zend_eval_const_expr()7428 ZVAL_BOOL(&result, ast->kind == ZEND_AST_OR); in zend_eval_const_expr()7438 if (ast->kind == ZEND_AST_OR) { in zend_eval_const_expr()
Completed in 67 milliseconds