Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y592 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, $1, $<num>3, $7, zend_ast_get_str($4), $5, $6, $9, NUL…
595 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, 0, $<num>2, $6, zend_ast_get_str($3), $4, $5, $8, NULL…
625 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_TRAIT, $<num>2, $4, zend_ast_get_str($3), NUL…
631 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_INTERFACE, $<num>2, $5, zend_ast_get_str($3),…
637 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_ENUM|ZEND_ACC_FINAL, $<num>2, $6, zend_ast_ge…
1120 ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS | $1, $<num>3, $7, NULL,
H A Dzend_ast.h44 ZEND_AST_CLASS, enumerator
H A Dzend_ast.c1497 case ZEND_AST_CLASS: in zend_ast_export_stmt()
1825 case ZEND_AST_CLASS: in zend_ast_export_ex()
2193 if (ast->child[0]->kind == ZEND_AST_CLASS) { in zend_ast_export_ex()
2581 case ZEND_AST_CLASS: in zend_ast_with_attributes()
H A Dzend_compile.c5050 if (class_ast->kind == ZEND_AST_CLASS) { in zend_compile_new()
10446 if (class_ast->kind == ZEND_AST_CLASS) { in zend_compile_const_expr_new()
10574 } else if (ast->kind == ZEND_AST_CLASS) { in zend_compile_top_stmt()
10668 case ZEND_AST_CLASS: in zend_compile_stmt()

Completed in 53 milliseconds