dmitry          Wed Feb 22 12:11:49 2006 UTC

  Modified files:              
    /php-src/ext/session/tests  bug24592.phpt 
  Log:
  Fixed test file
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/session/tests/bug24592.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/session/tests/bug24592.phpt
diff -u php-src/ext/session/tests/bug24592.phpt:1.3 
php-src/ext/session/tests/bug24592.phpt:1.4
--- php-src/ext/session/tests/bug24592.phpt:1.3 Mon Jul  4 13:09:14 2005
+++ php-src/ext/session/tests/bug24592.phpt     Wed Feb 22 12:11:49 2006
@@ -34,3 +34,17 @@
   ["bar"]=>
   NULL
 }
+--UEXPECTF--
+Notice: Undefined index:  foo in %s on line %d
+
+Notice: Undefined index:  bar in %s on line %d
+NULL
+NULL
+array(0) {
+}
+array(2) {
+  [u"foo"]=>
+  NULL
+  [u"bar"]=>
+  NULL
+}

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

Reply via email to