Skip to content

Conversation

@bwoebi
Copy link
Member

@bwoebi bwoebi commented Oct 16, 2013

In context of static accesses like classname::$this, the string $this should not be handled like a $this variable, but as an identifier for a static variable.

See https://bugs.php.net/bug.php?id=65911

In context of static accesses like classname::$this, the string
"$this" should not be handled like a $this variable, but as an
identifier for a static variable.
@php-pulls
Copy link

Comment on behalf of nikic at php.net:

Thanks for the fix! Merged as 4c0bb6d in 5.4 and upwards.

@php-pulls php-pulls closed this Oct 16, 2013
@OriHoch
Copy link

OriHoch commented Oct 17, 2013

wow, thanks @bwoebi for the quick fix

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants