diff options
Diffstat (limited to 'ext/standard/tests/file/copy_variation12.phpt')
| -rw-r--r-- | ext/standard/tests/file/copy_variation12.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/tests/file/copy_variation12.phpt b/ext/standard/tests/file/copy_variation12.phpt index 7f96fd050d..a5f375b6c9 100644 --- a/ext/standard/tests/file/copy_variation12.phpt +++ b/ext/standard/tests/file/copy_variation12.phpt @@ -5,7 +5,6 @@ Test copy() function: usage variations - dir as source (Bug #42111) if(substr(PHP_OS, 0, 3) == "WIN") die("skip Do not run on Windows"); ?> - --FILE-- <?php /* Prototype: bool copy ( string $source, string $dest ); @@ -32,12 +31,10 @@ var_dump( filesize($dest) ); echo "*** Done ***\n"; ?> - --CLEAN-- <?php rmdir(dirname(__FILE__)."/copy_variation12"); ?> - --EXPECTF-- *** Test copy() function: Trying to create a copy of an existing dir *** |
