Searched refs:ZEND_AST_BINARY_OP (Results 1 – 3 of 3) sorted by relevance
109 ZEND_AST_BINARY_OP, enumerator263 return zend_ast_create_ex(ZEND_AST_BINARY_OP, opcode, op0, op1); in zend_ast_create_binary_op()
237 case ZEND_AST_BINARY_OP: in zend_ast_evaluate()1362 case ZEND_AST_BINARY_OP: in zend_ast_export_ex()
6898 return kind == ZEND_AST_ZVAL || kind == ZEND_AST_BINARY_OP in zend_is_allowed_in_const_expr()7231 case ZEND_AST_BINARY_OP: in zend_compile_expr()7396 case ZEND_AST_BINARY_OP: in zend_eval_const_expr()
Completed in 32 milliseconds