From: Hannes Magnusson Date: Sun, 5 Jun 2011 09:42:10 +0000 (+0000) Subject: touch() no longer attempts to create files on empty strings X-Git-Tag: php-5.4.0alpha1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86209a39193472294c962fdf9490c1936c1c4631;p=php touch() no longer attempts to create files on empty strings --- diff --git a/ext/standard/tests/file/005_variation2.phpt b/ext/standard/tests/file/005_variation2.phpt index d14a9bddd7..6d4ca5e83d 100644 --- a/ext/standard/tests/file/005_variation2.phpt +++ b/ext/standard/tests/file/005_variation2.phpt @@ -77,12 +77,6 @@ echo "Done"; *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations *** *** testing touch *** - -Warning: touch(): Unable to create file because No such file or directory in %s on line %d - -Warning: touch(): Unable to create file because No such file or directory in %s on line %d - -Warning: touch(): Unable to create file because No such file or directory in %s on line %d bool(false) bool(false) bool(false)