]> granicus.if.org Git - php/commitdiff
The error message is different when built with zts
authorHannes Magnusson <bjori@php.net>
Wed, 7 Sep 2011 10:41:38 +0000 (10:41 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 7 Sep 2011 10:41:38 +0000 (10:41 +0000)
ext/standard/tests/file/tempnam_variation7.phpt

index b21a123ab77742d0c81c4c9e5e72b9d9ee1689f1..b6f81caabcb8473a8d2afe92fc78ab1c696a4ff7 100644 (file)
@@ -98,13 +98,13 @@ File created in => temp dir
 Warning: tempnam() expects parameter 1 to be a valid path, string given in %s on line %d
 -- File is not created --
 
-Warning: unlink(): No such file or directory in %s on line %d
+Warning: unlink(): %s in %s on line %d
 -- Iteration 7 --
 
 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
 -- File is not created --
 
-Warning: unlink(): No such file or directory in %s on line %d
+Warning: unlink(): %s in %s on line %d
 -- Iteration 8 --
 File name is => %s/tempnam_variation3.tmp%s
 File permissions are => 100600