colder                                   Tue, 02 Feb 2010 13:08:11 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=294336

Log:
Fix tests

Changed paths:
    U   php/php-src/branches/PHP_5_2/Zend/tests/bug48667_1.phpt
    U   php/php-src/branches/PHP_5_2/Zend/tests/bug48667_2.phpt
    U   php/php-src/branches/PHP_5_3/Zend/tests/bug48667_1.phpt
    U   php/php-src/branches/PHP_5_3/Zend/tests/bug48667_2.phpt
    U   php/php-src/trunk/Zend/tests/bug48667_1.phpt
    U   php/php-src/trunk/Zend/tests/bug48667_2.phpt

Modified: php/php-src/branches/PHP_5_2/Zend/tests/bug48667_1.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/Zend/tests/bug48667_1.phpt     2010-02-02 
12:50:21 UTC (rev 294335)
+++ php/php-src/branches/PHP_5_2/Zend/tests/bug48667_1.phpt     2010-02-02 
13:08:11 UTC (rev 294336)
@@ -7,4 +7,4 @@

 ?>
 --EXPECTF--
-Fatal error: Class A cannot implement both IteratorAggregate and Iterator at 
the same time. in %s on line %d
+Fatal error: Class A cannot implement both IteratorAggregate and Iterator at 
the same time in %s on line %d

Modified: php/php-src/branches/PHP_5_2/Zend/tests/bug48667_2.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/Zend/tests/bug48667_2.phpt     2010-02-02 
12:50:21 UTC (rev 294335)
+++ php/php-src/branches/PHP_5_2/Zend/tests/bug48667_2.phpt     2010-02-02 
13:08:11 UTC (rev 294336)
@@ -7,4 +7,4 @@

 ?>
 --EXPECTF--
-Fatal error: Class A cannot implement both Iterator and IteratorAggregate at 
the same time. in %s on line %d
+Fatal error: Class A cannot implement both Iterator and IteratorAggregate at 
the same time in %s on line %d

Modified: php/php-src/branches/PHP_5_3/Zend/tests/bug48667_1.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/tests/bug48667_1.phpt     2010-02-02 
12:50:21 UTC (rev 294335)
+++ php/php-src/branches/PHP_5_3/Zend/tests/bug48667_1.phpt     2010-02-02 
13:08:11 UTC (rev 294336)
@@ -7,4 +7,4 @@

 ?>
 --EXPECTF--
-Fatal error: Class A cannot implement both IteratorAggregate and Iterator at 
the same time. in %s on line %d
+Fatal error: Class A cannot implement both IteratorAggregate and Iterator at 
the same time in %s on line %d

Modified: php/php-src/branches/PHP_5_3/Zend/tests/bug48667_2.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/tests/bug48667_2.phpt     2010-02-02 
12:50:21 UTC (rev 294335)
+++ php/php-src/branches/PHP_5_3/Zend/tests/bug48667_2.phpt     2010-02-02 
13:08:11 UTC (rev 294336)
@@ -7,4 +7,4 @@

 ?>
 --EXPECTF--
-Fatal error: Class A cannot implement both Iterator and IteratorAggregate at 
the same time. in %s on line %d
+Fatal error: Class A cannot implement both Iterator and IteratorAggregate at 
the same time in %s on line %d

Modified: php/php-src/trunk/Zend/tests/bug48667_1.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/bug48667_1.phpt        2010-02-02 12:50:21 UTC 
(rev 294335)
+++ php/php-src/trunk/Zend/tests/bug48667_1.phpt        2010-02-02 13:08:11 UTC 
(rev 294336)
@@ -7,4 +7,4 @@

 ?>
 --EXPECTF--
-Fatal error: Class A cannot implement both IteratorAggregate and Iterator at 
the same time. in %s on line %d
+Fatal error: Class A cannot implement both IteratorAggregate and Iterator at 
the same time in %s on line %d

Modified: php/php-src/trunk/Zend/tests/bug48667_2.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/bug48667_2.phpt        2010-02-02 12:50:21 UTC 
(rev 294335)
+++ php/php-src/trunk/Zend/tests/bug48667_2.phpt        2010-02-02 13:08:11 UTC 
(rev 294336)
@@ -7,4 +7,4 @@

 ?>
 --EXPECTF--
-Fatal error: Class A cannot implement both Iterator and IteratorAggregate at 
the same time. in %s on line %d
+Fatal error: Class A cannot implement both Iterator and IteratorAggregate at 
the same time in %s on line %d

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to