summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2011-08-29 14:27:17 +0000
committerHannes Magnusson <bjori@php.net>2011-08-29 14:27:17 +0000
commit269724ebcca866ff083c81efab22cd161fddc831 (patch)
treefd29baf87435b897b32685356533d389cbd39c44 /ext/phar
parent9e20746611393c40c46a0152070b428f186ecc7d (diff)
downloadphp-git-269724ebcca866ff083c81efab22cd161fddc831.tar.gz
Whopsy, this change in 5.4, not 5.3
Diffstat (limited to 'ext/phar')
-rwxr-xr-xext/phar/tests/phar_oo_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_oo_001.phpt b/ext/phar/tests/phar_oo_001.phpt
index 5a9e560e72..7a81bbb4b8 100755
--- a/ext/phar/tests/phar_oo_001.phpt
+++ b/ext/phar/tests/phar_oo_001.phpt
@@ -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===