From: Jani Taskinen Date: Mon, 5 Nov 2007 17:28:58 +0000 (+0000) Subject: - Fix another wrong expected result (this is a bug!) X-Git-Tag: RELEASE_2_0_0a1~1454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e64d593b513242d446588a56ae2d5ed5b20fddd;p=php - Fix another wrong expected result (this is a bug!) --- diff --git a/ext/standard/tests/file/tempnam_variation7.phpt b/ext/standard/tests/file/tempnam_variation7.phpt index 96e60e1b05..17a32d5716 100644 --- a/ext/standard/tests/file/tempnam_variation7.phpt +++ b/ext/standard/tests/file/tempnam_variation7.phpt @@ -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 --