From 393140df52248ec744aaed102322fcfce13861e4 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 5 Nov 2007 17:24:00 +0000 Subject: [PATCH] - Fix another wrong expected result --- ext/standard/tests/file/tempnam_variation3.phpt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 -- 2.50.1