rrichards               Fri Dec  8 17:55:58 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/simplexml/tests        bug35785.phpt 027.phpt 
  Log:
  fix tests
  
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug35785.phpt?r1=1.1.2.5.2.1&r2=1.1.2.5.2.2&diff_format=u
Index: php-src/ext/simplexml/tests/bug35785.phpt
diff -u php-src/ext/simplexml/tests/bug35785.phpt:1.1.2.5.2.1 
php-src/ext/simplexml/tests/bug35785.phpt:1.1.2.5.2.2
--- php-src/ext/simplexml/tests/bug35785.phpt:1.1.2.5.2.1       Tue Jun 27 
00:09:43 2006
+++ php-src/ext/simplexml/tests/bug35785.phpt   Fri Dec  8 17:55:58 2006
@@ -25,4 +25,9 @@
 ===FAIL===
 int(0)
 
-Fatal error: Objects used as arrays in post/pre increment/decrement must 
return values by reference in %sbug35785.php on line %d
+Notice: Indirect modification of overloaded element of SimpleXMLElement has no 
effect in %sbug35785.php on line %d
+
+Strict Standards: Creating default object from empty value in %sbug35785.php 
on line %d
+<?xml version="1.0"?>
+<root><bla><posts/></bla></root>
+===DONE===
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/027.phpt?r1=1.1.2.3&r2=1.1.2.3.2.1&diff_format=u
Index: php-src/ext/simplexml/tests/027.phpt
diff -u php-src/ext/simplexml/tests/027.phpt:1.1.2.3 
php-src/ext/simplexml/tests/027.phpt:1.1.2.3.2.1
--- php-src/ext/simplexml/tests/027.phpt:1.1.2.3        Tue Mar  7 15:22:48 2006
+++ php-src/ext/simplexml/tests/027.phpt        Fri Dec  8 17:55:58 2006
@@ -71,4 +71,5 @@
   </person>
 </people>
 
-Fatal error: Objects used as arrays in post/pre increment/decrement must 
return values by reference in %s027.php on line %d
+Notice: Indirect modification of overloaded element of SimpleXMLElement has no 
effect in %s027.php on line %d
+===DONE===

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

Reply via email to