diff options
author | Raghubansh Kumar <kraghuba@php.net> | 2007-09-12 08:27:35 +0000 |
---|---|---|
committer | Raghubansh Kumar <kraghuba@php.net> | 2007-09-12 08:27:35 +0000 |
commit | 5e6724b1220736eaa22cc6d045baa1f7dad2d8cc (patch) | |
tree | 127e6c75fa6e57bd97cbdab62476bfaaef2053d1 | |
parent | 79325e3c557426aa12ea83b05503729535867b24 (diff) | |
download | php-git-5e6724b1220736eaa22cc6d045baa1f7dad2d8cc.tar.gz |
marked with Bug# 42638
-rw-r--r-- | ext/standard/tests/file/is_file_variation4.phpt | 2 | ||||
-rw-r--r-- | ext/standard/tests/file/rename_variation.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/is_file_variation4.phpt b/ext/standard/tests/file/is_file_variation4.phpt index 55aeedfaad..fc0cab85cc 100644 --- a/ext/standard/tests/file/is_file_variation4.phpt +++ b/ext/standard/tests/file/is_file_variation4.phpt @@ -1,5 +1,5 @@ --TEST-- -Test is_file() function: usage variations - diff. path notations (Bug #42027) +Test is_file() function: usage variations - diff. path notations (Bug #42027, #42638) --FILE-- <?php /* Prototype: bool is_file ( string $filename ); diff --git a/ext/standard/tests/file/rename_variation.phpt b/ext/standard/tests/file/rename_variation.phpt index 63b47a37a0..ae7a628bd8 100644 --- a/ext/standard/tests/file/rename_variation.phpt +++ b/ext/standard/tests/file/rename_variation.phpt @@ -1,5 +1,5 @@ --TEST-- -Test rename() function: usage variations-1 +Test rename() function: usage variations-1 (Bug#42638) --SKIPIF-- <?php if (substr(PHP_OS, 0, 3) == 'WIN') { |