Test: /ext/reflection/tests/bug64007.phpt - Version 5.6.0-dev        

Bug #64007 There is an ability to create instance of Generator by hand
Submitted: 2013-01-16 12:37:13 Modified: 2013-01-19 09:02:42
From: lisachenko.it Assigned: laruence
Status: Closed Package: Reflection related
PHP Version: 5.5.0alpha2 OS: Windows 7 x64

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ string(113) "Class Generator is an internal class marked as final that cannot be instantiated without invoking its constructor"
001- string(%d) "Class Generator is an internal class with a final __construct thus cannot be instantiated without invoking its constructor"