Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h133 ZEND_AST_USE_TRAIT, enumerator
H A Dzend_ast.c1192 case ZEND_AST_USE_TRAIT: in zend_ast_export_stmt()
1881 case ZEND_AST_USE_TRAIT: in zend_ast_export_ex()
H A Dzend_language_parser.y730 { $$ = zend_ast_create(ZEND_AST_USE_TRAIT, $2, $3); }
H A Dzend_compile.c2211 || ast->kind == ZEND_AST_USE_TRAIT || ast->kind == ZEND_AST_METHOD; in zend_is_unticked_stmt()
8556 case ZEND_AST_USE_TRAIT: in zend_compile_stmt()

Completed in 37 milliseconds