Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h172 ZEND_AST_ENUM_CASE, enumerator
H A Dzend_ast.c2459 case ZEND_AST_ENUM_CASE: in zend_ast_export_ex()
2588 case ZEND_AST_ENUM_CASE: in zend_ast_with_attributes()
H A Dzend_language_parser.y647 …{ $$ = zend_ast_create(ZEND_AST_ENUM_CASE, $3, $4, ($2 ? zend_ast_create_zval_from_str($2) : NULL)…
H A Dzend_compile.c10672 case ZEND_AST_ENUM_CASE: in zend_compile_stmt()

Completed in 59 milliseconds