the mandatory __construct() for SPL classes was reverted in r318566

This commit is contained in:
Ferenc Kovacs 2011-11-05 16:49:56 +00:00
parent 6dabd7de04
commit 80d1553746

View File

@ -52,6 +52,6 @@ __halt_compiler();
--EXPECT--
string(5) "1.0.0"
int(5)
string(103) "In the constructor of MyPhar, parent::__construct() must be called and its exceptions cannot be cleared"
string(50) "Cannot call method on an uninitialized Phar object"
string(29) "Cannot call constructor twice"
===DONE===