summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/glob_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/glob_basic.phpt')
-rw-r--r--ext/standard/tests/file/glob_basic.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/file/glob_basic.phpt b/ext/standard/tests/file/glob_basic.phpt
index b130afc95f..85d6929223 100644
--- a/ext/standard/tests/file/glob_basic.phpt
+++ b/ext/standard/tests/file/glob_basic.phpt
@@ -2,10 +2,6 @@
Test glob() function: basic functions
--FILE--
<?php
-/* Prototype: array glob ( string $pattern [, int $flags] );
- Description: Find pathnames matching a pattern
-*/
-
echo "*** Testing glob() : basic functions ***\n";
$file_path = __DIR__;