Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_language_parser.y566 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, $1, $<num>3, $7, zend_ast_get_str($4), $5, $6, $9, NUL…
569 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, 0, $<num>2, $6, zend_ast_get_str($3), $4, $5, $8, NULL…
586 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_TRAIT, $<num>2, $4, zend_ast_get_str($3), NUL…
592 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_INTERFACE, $<num>2, $5, zend_ast_get_str($3),…
1001 ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS, $<num>2, $6, NULL,
H A Dzend_ast.h44 ZEND_AST_CLASS, enumerator
H A Dzend_ast.c1227 case ZEND_AST_CLASS: in zend_ast_export_stmt()
1553 case ZEND_AST_CLASS: in zend_ast_export_ex()
1889 if (ast->child[0]->kind == ZEND_AST_CLASS) { in zend_ast_export_ex()
2265 case ZEND_AST_CLASS: in zend_ast_with_attributes()
H A Dzend_compile.c4527 if (class_ast->kind == ZEND_AST_CLASS) { in zend_compile_new()
9377 } else if (ast->kind == ZEND_AST_CLASS) { in zend_compile_top_stmt()
9468 case ZEND_AST_CLASS: in zend_compile_stmt()

Completed in 55 milliseconds