Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h128 ZEND_AST_USE_TRAIT, enumerator
H A Dzend_ast.c858 case ZEND_AST_USE_TRAIT: in zend_ast_export_stmt()
1508 case ZEND_AST_USE_TRAIT: in zend_ast_export_ex()
H A Dzend_language_parser.y707 { $$ = zend_ast_create(ZEND_AST_USE_TRAIT, $2, $3); }
H A Dzend_compile.c2119 || ast->kind == ZEND_AST_USE_TRAIT || ast->kind == ZEND_AST_METHOD; in zend_is_unticked_stmt()
7159 case ZEND_AST_USE_TRAIT: in zend_compile_stmt()

Completed in 37 milliseconds