From: Hannes Magnusson Date: Wed, 7 Sep 2011 10:41:38 +0000 (+0000) Subject: The error message is different when built with zts X-Git-Tag: php-5.5.0alpha1~1239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fd3e799d89b0d3bae2846617a2bb9149cc78b90;p=php The error message is different when built with zts --- diff --git a/ext/standard/tests/file/tempnam_variation7.phpt b/ext/standard/tests/file/tempnam_variation7.phpt index b21a123ab7..b6f81caabc 100644 --- a/ext/standard/tests/file/tempnam_variation7.phpt +++ b/ext/standard/tests/file/tempnam_variation7.phpt @@ -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