Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h118 ZEND_AST_COALESCE, enumerator
H A Dzend_ast.c359 case ZEND_AST_COALESCE: in zend_ast_evaluate()
1434 case ZEND_AST_COALESCE: BINARY_OP(" ?? ", 110, 111, 110); in zend_ast_export_ex()
H A Dzend_language_parser.y944 { $$ = zend_ast_create(ZEND_AST_COALESCE, $1, $3); }
H A Dzend_compile.c6906 || kind == ZEND_AST_MAGIC_CONST || kind == ZEND_AST_COALESCE; in zend_is_allowed_in_const_expr()
7263 case ZEND_AST_COALESCE: in zend_compile_expr()
7462 case ZEND_AST_COALESCE: in zend_eval_const_expr()

Completed in 35 milliseconds