]> granicus.if.org Git - php/commitdiff
- Fix another wrong expected result (this is a bug!)
authorJani Taskinen <jani@php.net>
Mon, 5 Nov 2007 17:28:58 +0000 (17:28 +0000)
committerJani Taskinen <jani@php.net>
Mon, 5 Nov 2007 17:28:58 +0000 (17:28 +0000)
ext/standard/tests/file/tempnam_variation7.phpt

index 96e60e1b05a9feff9985bc6f1d54c074c49b1ec9..17a32d5716269f27350b5e5a6e788f383f7f1baa 100644 (file)
@@ -79,7 +79,10 @@ File name is => %s
 File permissions are => 100600
 -- Iteration 7 --
 
-Notice: Array to string conversion in %s on line %d
+Warning: tempnam() expects parameter 1 to be string, array given in %s on line %d
+-- File is not created --
+
+Warning: unlink(): No such file or directory in %s on line %d
 File name is => %s
 File permissions are => 100600
 -- Iteration 8 --
@@ -112,7 +115,10 @@ File name is => %s
 File permissions are => 100600
 -- Iteration 7 --
 
-Notice: Array to string conversion in %s on line %d
+Warning: tempnam() expects parameter 1 to be string, array given in %s on line %d
+-- File is not created --
+
+Warning: unlink(): No such file or directory in %s on line %d
 File name is => %s
 File permissions are => 100600
 -- Iteration 8 --