Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h43 ZEND_AST_METHOD, enumerator
H A Dzend_ast.c1496 case ZEND_AST_METHOD: in zend_ast_export_stmt()
1766 case ZEND_AST_METHOD: in zend_ast_export_ex()
2577 case ZEND_AST_METHOD: in zend_ast_with_attributes()
H A Dzend_language_parser.y950 { $$ = zend_ast_create_decl(ZEND_AST_METHOD, $3 | $1 | $12, $2, $5,
H A Dzend_compile.c2708 || ast->kind == ZEND_AST_USE_TRAIT || ast->kind == ZEND_AST_METHOD; in zend_is_unticked_stmt()
7798 bool is_method = decl->kind == ZEND_AST_METHOD; in zend_compile_func_decl()
10653 case ZEND_AST_METHOD: in zend_compile_stmt()

Completed in 48 milliseconds