Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "abstract constant" support #13954

Open
mvorisek opened this issue Apr 13, 2024 · 0 comments
Open

Add "abstract constant" support #13954

mvorisek opened this issue Apr 13, 2024 · 0 comments

Comments

@mvorisek
Copy link
Contributor

Description

repro:

<?php

abstract class Cl {
    abstract const FOO;
}

https://3v4l.org/q9og4

This is a feature request to make abstract constant supported.

The expected behaviour is the same as now but static::FOO should return FOO declared in child class.

@mvorisek mvorisek changed the title Abstract constant support Add "abstract constant" support Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants