Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h117 ZEND_AST_COALESCE, enumerator
H A Dzend_ast.c359 case ZEND_AST_COALESCE: in zend_ast_evaluate()
1435 case ZEND_AST_COALESCE: BINARY_OP(" ?? ", 110, 111, 110); in zend_ast_export_ex()
H A Dzend_language_parser.y958 { $$ = zend_ast_create(ZEND_AST_COALESCE, $1, $3); }
H A Dzend_compile.c7607 || kind == ZEND_AST_MAGIC_CONST || kind == ZEND_AST_COALESCE; in zend_is_allowed_in_const_expr()
7964 case ZEND_AST_COALESCE: in zend_compile_expr()
8163 case ZEND_AST_COALESCE: in zend_eval_const_expr()

Completed in 38 milliseconds