]> granicus.if.org Git - php/commit
Fix scope_is_known() for class constants
authorNikita Popov <nikic@php.net>
Thu, 21 May 2015 19:07:05 +0000 (21:07 +0200)
committerNikita Popov <nikic@php.net>
Thu, 21 May 2015 19:07:05 +0000 (21:07 +0200)
commit3dba00bc31eb92ef1187f6dd78f2c7bb3c003710
tree01938ec87686027254e576516cfbea154ecef32d
parentf186d4b8b19981efd61f629a856e7bdf6ea50155
Fix scope_is_known() for class constants

Here the active_op_array is still the surrounding file, but we
do know the scope.
Zend/tests/bug69676.phpt [new file with mode: 0644]
Zend/zend_compile.c