]> granicus.if.org Git - php/commitdiff
Whopsy, this change in 5.4, not 5.3
authorHannes Magnusson <bjori@php.net>
Mon, 29 Aug 2011 14:27:17 +0000 (14:27 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 29 Aug 2011 14:27:17 +0000 (14:27 +0000)
ext/phar/tests/phar_oo_001.phpt

index 5a9e560e724be8b31a04175bc5338b2b8d2ec7dc..7a81bbb4b80a362648cd5a34c22d2a2632a1d11c 100755 (executable)
@@ -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===