Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h99 ZEND_AST_ECHO, enumerator
H A Dzend_language_parser.y444 | T_INLINE_HTML { $$ = zend_ast_create(ZEND_AST_ECHO, $1); }
848 expr { $$ = zend_ast_create(ZEND_AST_ECHO, $1); }
H A Dzend_ast.c1665 case ZEND_AST_ECHO: in zend_ast_export_ex()
H A Dzend_compile.c8506 case ZEND_AST_ECHO: in zend_compile_stmt()

Completed in 33 milliseconds