]> granicus.if.org Git - php/commit
Fixed bug #78895 (Reflection detects abstract non-static class as abstract static...
authorDmitry Stogov <dmitry@zend.com>
Mon, 9 Dec 2019 10:49:12 +0000 (13:49 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 9 Dec 2019 10:49:12 +0000 (13:49 +0300)
commit42a2fb8411848236d0cd56b5efd05e352e62ee3d
tree2b408e1e7013ec9341b6602bc654d2d3a06def78
parentb37a5b9ca4deedaab94d31ba932b6a29c39db39c
Fixed bug #78895 (Reflection detects abstract non-static class as abstract static. IS_IMPLICIT_ABSTRACT is not longer used)
NEWS
ext/reflection/php_reflection.c
ext/reflection/tests/bug78895.phpt [new file with mode: 0644]