mirror of
https://github.com/php/php-src.git
synced 2024-12-01 22:03:36 +08:00
the mandatory __construct() for SPL classes was reverted in r318566
This commit is contained in:
parent
6dabd7de04
commit
80d1553746
@ -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===
|
||||
|
Loading…
Reference in New Issue
Block a user