diff options
Diffstat (limited to 'ext/standard/tests/file/fileowner_basic.phpt')
-rw-r--r-- | ext/standard/tests/file/fileowner_basic.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/fileowner_basic.phpt b/ext/standard/tests/file/fileowner_basic.phpt index 9bb0827ec8..faf6656a69 100644 --- a/ext/standard/tests/file/fileowner_basic.phpt +++ b/ext/standard/tests/file/fileowner_basic.phpt @@ -2,11 +2,6 @@ Test fileowner() function: basic functionality --FILE-- <?php -/* Prototype: int fileowner ( string $filename ) - * Description: Returns the user ID of the owner of the file, or - * FALSE in case of an error. - */ - echo "*** Testing fileowner(): basic functionality ***\n"; echo "-- Testing with the file or directory created by owner --\n"; |