Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ast.h130 ZEND_AST_USE_TRAIT, enumerator
H A Dzend_ast.c1126 case ZEND_AST_USE_TRAIT: in zend_ast_export_stmt()
1781 case ZEND_AST_USE_TRAIT: in zend_ast_export_ex()
H A Dzend_language_parser.y724 { $$ = zend_ast_create(ZEND_AST_USE_TRAIT, $2, $3); }
H A Dzend_compile.c2407 || ast->kind == ZEND_AST_USE_TRAIT || ast->kind == ZEND_AST_METHOD; in zend_is_unticked_stmt()
8293 case ZEND_AST_USE_TRAIT: in zend_compile_stmt()

Completed in 38 milliseconds