]> granicus.if.org Git - php/commit
Added test for bug #76860 (Missed "Accessing static property as non static" warning).
authorDmitry Stogov <dmitry@zend.com>
Tue, 11 Sep 2018 09:10:14 +0000 (12:10 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 11 Sep 2018 09:10:14 +0000 (12:10 +0300)
commit5c39b2c328d002e81dd4889ca67a70e55b485861
tree7a1adb70f3ea4bb78bae3e4e63eeaf7a7cc42dfa
parent3a249e769b293afa454b18b8d894c3395683d26c
Added test for bug #76860 (Missed "Accessing static property as non static" warning).
It's already fixed by previous commit.
Zend/tests/bug76860.phpt [new file with mode: 0644]