]> granicus.if.org Git - php/commitdiff
Fix broken tests (thanks to Johannes for spotting these).
authorAnt Phillips <ant@php.net>
Tue, 2 Dec 2008 10:20:56 +0000 (10:20 +0000)
committerAnt Phillips <ant@php.net>
Tue, 2 Dec 2008 10:20:56 +0000 (10:20 +0000)
ext/session/tests/session_name_error.phpt
ext/session/tests/session_save_path_error.phpt

index a2dc01b512750f2f60a100ea199c56efab41dde1..2ed10d92a2bf677383647a8de9b9ba70e17c30b0 100644 (file)
@@ -167,6 +167,8 @@ string(12) "Hello World!"
 string(0) ""
 
 -- Iteration 24 --
-string(0) ""
+
+Warning: session_name() expects parameter 1 to be string, resource given in %s on line %d
+NULL
 Done
 
index b58e7313348f2ad21e80a3d3ddec4aadf5025d03..815feee6ba55e9b342653dcadb97523547f91d3c 100644 (file)
@@ -171,6 +171,8 @@ string(12) "Hello World!"
 string(0) ""
 
 -- Iteration 24 --
-string(0) ""
+
+Warning: session_save_path() expects parameter 1 to be string, resource given in %s on line %d
+NULL
 Done