Searched refs:ZEND_AST_CLASS (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_language_parser.y | 501 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, $1, $<num>3, $7, zend_ast_get_str($4), $5, $6, $9, NUL… 504 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, 0, $<num>2, $6, zend_ast_get_str($3), $4, $5, $8, NULL… 520 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_TRAIT, $<num>2, $4, zend_ast_get_str($3), NUL… 526 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_INTERFACE, $<num>2, $5, zend_ast_get_str($3),… 854 ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS, $<num>2, $6, NULL,
|
H A D | zend_ast.h | 41 ZEND_AST_CLASS, enumerator
|
H A D | zend_ast.c | 506 case ZEND_AST_CLASS: in zend_ast_destroy_ex() 860 case ZEND_AST_CLASS: in zend_ast_export_stmt() 1100 case ZEND_AST_CLASS: in zend_ast_export_ex() 1401 if (ast->child[0]->kind == ZEND_AST_CLASS) { in zend_ast_export_ex()
|
H A D | zend_compile.c | 3917 if (class_ast->kind == ZEND_AST_CLASS) { in zend_compile_new() 7775 if (ast->kind == ZEND_AST_FUNC_DECL || ast->kind == ZEND_AST_CLASS) { in zend_compile_top_stmt() 7863 case ZEND_AST_CLASS: in zend_compile_stmt()
|
Completed in 45 milliseconds