summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/006_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/006_variation1.phpt')
-rw-r--r--ext/standard/tests/file/006_variation1.phpt9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/tests/file/006_variation1.phpt b/ext/standard/tests/file/006_variation1.phpt
index 5a90ea6fb3..9d523b956b 100644
--- a/ext/standard/tests/file/006_variation1.phpt
+++ b/ext/standard/tests/file/006_variation1.phpt
@@ -9,15 +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
-*/
-
echo "*** Testing fileperms() & chmod() : usage variations ***\n";
$file_name = __DIR__."/006_variation1.tmp";