Skip to content

[RFC] ReflectionAttribute::getCurrent()#21440

Open
DanielEScherzer wants to merge 2 commits intophp:masterfrom
DanielEScherzer:attribute-get-current
Open

[RFC] ReflectionAttribute::getCurrent()#21440
DanielEScherzer wants to merge 2 commits intophp:masterfrom
DanielEScherzer:attribute-get-current

Conversation

@DanielEScherzer
Copy link
Member

No description provided.

#[Attribute]
class Demo {
public function __construct( $args ) {
echo ReflectionAttribute::getCurrent();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's more common to use var_dump here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though, I'd also be fine with just echoing the name property/method of the object rather than dumping the whole object. Other internals regulars may have a different opinion...

@Crell
Copy link
Contributor

Crell commented Mar 16, 2026

I believe we'd also want tests to confirm what happens if that method is called outside the constructor, and how it will error (or null, or whatever it's going to do).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants