summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/006_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/006_basic.phpt')
-rw-r--r--ext/standard/tests/file/006_basic.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/tests/file/006_basic.phpt b/ext/standard/tests/file/006_basic.phpt
index 43c9b86ab0..17092ce02e 100644
--- a/ext/standard/tests/file/006_basic.phpt
+++ b/ext/standard/tests/file/006_basic.phpt
@@ -9,14 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
?>
--FILE--
<?php
-/*
- Prototype: int fileperms ( string $filename );
- Description: Returns the permissions on the file, or FALSE in case of an error
-
- Prototype: bool chmod ( string $filename, int $mode );
- Description: Attempts to change the mode of the file specified by
- filename to that given in mode
-*/
$path = __DIR__;
echo "*** Testing fileperms(), chmod() with files and dirs ***\n";