Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h126 ZEND_AST_USE_TRAIT, enumerator
H A Dzend_ast.c861 case ZEND_AST_USE_TRAIT: in zend_ast_export_stmt()
1509 case ZEND_AST_USE_TRAIT: in zend_ast_export_ex()
H A Dzend_language_parser.y719 { $$ = zend_ast_create(ZEND_AST_USE_TRAIT, $2, $3); }
H A Dzend_compile.c2439 || ast->kind == ZEND_AST_USE_TRAIT || ast->kind == ZEND_AST_METHOD; in zend_is_unticked_stmt()
7860 case ZEND_AST_USE_TRAIT: in zend_compile_stmt()

Completed in 96 milliseconds