tyrael Sat, 05 Nov 2011 16:49:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=318808
Log:
the mandatory __construct() for SPL classes was reverted in r318566
Changed paths:
U php/php-src/branches/PHP_5_4/ext/phar/tests/phar_oo_001.phpt
U php/php-src/trunk/ext/phar/tests/phar_oo_001.phpt
Modified: php/php-src/branches/PHP_5_4/ext/phar/tests/phar_oo_001.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/phar/tests/phar_oo_001.phpt
2011-11-05 05:31:35 UTC (rev 318807)
+++ php/php-src/branches/PHP_5_4/ext/phar/tests/phar_oo_001.phpt
2011-11-05 16:49:56 UTC (rev 318808)
@@ -52,6 +52,6 @@
--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===
Modified: php/php-src/trunk/ext/phar/tests/phar_oo_001.phpt
===================================================================
--- php/php-src/trunk/ext/phar/tests/phar_oo_001.phpt 2011-11-05 05:31:35 UTC
(rev 318807)
+++ php/php-src/trunk/ext/phar/tests/phar_oo_001.phpt 2011-11-05 16:49:56 UTC
(rev 318808)
@@ -52,6 +52,6 @@
--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===
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php