Home
last modified time | relevance | path

Searched refs:ZEND_AST_CLASS_CONST (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/
H A Dzend_ast.h118 ZEND_AST_CLASS_CONST, enumerator
H A Dzend_language_parser.y1408 { $$ = zend_ast_create(ZEND_AST_CLASS_CONST, $1, $4); }
1410 { $$ = zend_ast_create(ZEND_AST_CLASS_CONST, $1, $4); }
H A Dzend_ast.c108 return zend_ast_create(ZEND_AST_CLASS_CONST, class_name, name); in zend_ast_create_class_const_or_name()
834 case ZEND_AST_CLASS_CONST: in zend_ast_evaluate_inner()
2111 case ZEND_AST_CLASS_CONST: in zend_ast_export_ex()
H A Dzend_compile.c10344 || kind == ZEND_AST_CONST || kind == ZEND_AST_CLASS_CONST in zend_is_allowed_in_const_expr()
10524 case ZEND_AST_CLASS_CONST: in zend_compile_const_expr()
10836 case ZEND_AST_CLASS_CONST: in zend_compile_expr_inner()
11180 case ZEND_AST_CLASS_CONST: in zend_eval_const_expr()
H A Dzend_inheritance.c976 } else if (ast->kind == ZEND_AST_CLASS_CONST) { in zend_get_function_declaration()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c725 || ast->kind == ZEND_AST_CLASS_CONST) { in phpdbg_short_zval_print()
/php-src/ext/reflection/
H A Dphp_reflection.c2966 || ast->kind == ZEND_AST_CLASS_CONST); in ZEND_METHOD()
3004 } else if (ast->kind == ZEND_AST_CLASS_CONST) { in ZEND_METHOD()

Completed in 87 milliseconds