From: Jani Taskinen Date: Mon, 5 Nov 2007 17:24:00 +0000 (+0000) Subject: - Fix another wrong expected result X-Git-Tag: RELEASE_2_0_0a1~1455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=393140df52248ec744aaed102322fcfce13861e4;p=php - Fix another wrong expected result --- diff --git a/ext/standard/tests/file/tempnam_variation3.phpt b/ext/standard/tests/file/tempnam_variation3.phpt index d02a322f4c..20dcf45c14 100644 --- a/ext/standard/tests/file/tempnam_variation3.phpt +++ b/ext/standard/tests/file/tempnam_variation3.phpt @@ -78,7 +78,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 2 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 -- @@ -111,9 +114,10 @@ File name is => %s File permissions are => 100600 -- Iteration 7 -- -Notice: Array to string conversion in %s on line %d -File name is => %s -File permissions are => 100600 +Warning: tempnam() expects parameter 2 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 -- Iteration 8 -- File name is => %s File permissions are => 100600