Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h114 ZEND_AST_BINARY_OP, enumerator
327 return zend_ast_create_ex(ZEND_AST_BINARY_OP, opcode, op0, op1); in zend_ast_create_binary_op()
H A Dzend_ast.c481 case ZEND_AST_BINARY_OP: in zend_ast_evaluate()
1732 case ZEND_AST_BINARY_OP: in zend_ast_export_ex()
H A Dzend_language_parser.y969 …if ($$->kind == ZEND_AST_BINARY_OP && $$->attr == ZEND_CONCAT) $$->attr = ZEND_PARENTHESIZED_CONCA…
H A Dzend_compile.c7222 …if ((opcode == ZEND_ADD || opcode == ZEND_SUB) && left_ast->kind == ZEND_AST_BINARY_OP && left_ast… in zend_compile_binary_op()
7225 …D_SR) && ((left_ast->kind == ZEND_AST_BINARY_OP && left_ast->attr == ZEND_CONCAT) || (right_ast->k… in zend_compile_binary_op()
8282 return kind == ZEND_AST_ZVAL || kind == ZEND_AST_BINARY_OP in zend_is_allowed_in_const_expr()
8633 case ZEND_AST_BINARY_OP: in zend_compile_expr()
8797 case ZEND_AST_BINARY_OP: in zend_eval_const_expr()

Completed in 45 milliseconds