diff options
author | Hannes Magnusson <bjori@php.net> | 2011-06-05 09:42:10 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2011-06-05 09:42:10 +0000 |
commit | 9f7b09a265633c29ca60f08a8174c18933d5439b (patch) | |
tree | 7a1b80f6dac65afb50c175badfc479a41f70db85 | |
parent | 00be22241879879a9d30e27355dc9aef752d7d81 (diff) | |
download | php-git-9f7b09a265633c29ca60f08a8174c18933d5439b.tar.gz |
touch() no longer attempts to create files on empty strings
-rw-r--r-- | ext/standard/tests/file/005_variation2.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
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) |