Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_parser.y510 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, $1, $<num>3, $7, zend_ast_get_str($4), $5, $6, $9, NUL…
513 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, 0, $<num>2, $6, zend_ast_get_str($3), $4, $5, $8, NULL…
530 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_TRAIT, $<num>2, $4, zend_ast_get_str($3), NUL…
536 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_INTERFACE, $<num>2, $5, zend_ast_get_str($3),…
865 ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS, $<num>2, $6, NULL,
H A Dzend_ast.h44 ZEND_AST_CLASS, enumerator
H A Dzend_ast.c1191 case ZEND_AST_CLASS: in zend_ast_export_stmt()
1448 case ZEND_AST_CLASS: in zend_ast_export_ex()
1773 if (ast->child[0]->kind == ZEND_AST_CLASS) { in zend_ast_export_ex()
H A Dzend_compile.c4049 if (class_ast->kind == ZEND_AST_CLASS) { in zend_compile_new()
8465 } else if (ast->kind == ZEND_AST_CLASS) { in zend_compile_top_stmt()
8559 case ZEND_AST_CLASS: in zend_compile_stmt()

Completed in 56 milliseconds