Skip to content

Commit c03a9b6

Browse files
author
tyrael
committed
the mandatory __construct() for SPL classes was reverted in r318566
git-svn-id: http://svn.php.net/repository/php/php-src/trunk@318808 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent f85a858 commit c03a9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/tests/phar_oo_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ __halt_compiler();
5252
--EXPECT--
5353
string(5) "1.0.0"
5454
int(5)
55-
string(103) "In the constructor of MyPhar, parent::__construct() must be called and its exceptions cannot be cleared"
55+
string(50) "Cannot call method on an uninitialized Phar object"
5656
string(29) "Cannot call constructor twice"
5757
===DONE===

0 commit comments

Comments
 (0)