summaryrefslogtreecommitdiff
path: root/Zend/tests/self_in_eval.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Allow self etc in eval / file scopeNikita Popov2015-05-071-0/+28
This fixes a regression from 16a9bc1ec20533c76ba992bfc64dd69e7b7d9001. Together with the recent closure related changes this should allow all usages of self etc, while previously (in PHP 5) some things like self::class did not work.