summaryrefslogtreecommitdiff
path: root/ext/standard/tests/dir/opendir_basic-win32-mb.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/dir/opendir_basic-win32-mb.phpt')
-rw-r--r--ext/standard/tests/dir/opendir_basic-win32-mb.phpt7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/tests/dir/opendir_basic-win32-mb.phpt b/ext/standard/tests/dir/opendir_basic-win32-mb.phpt
index 8bdba8a5ce..3889f4f1ff 100644
--- a/ext/standard/tests/dir/opendir_basic-win32-mb.phpt
+++ b/ext/standard/tests/dir/opendir_basic-win32-mb.phpt
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
?>
--FILE--
<?php
-/* Prototype : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
/*
* Test basic functionality of opendir() with absolute and relative paths as $path argument
*/
@@ -46,7 +41,6 @@ var_dump($dh1);
closedir($dh2);
var_dump($dh2);
?>
-===DONE===
--CLEAN--
<?php
$base_dir_path = __DIR__ . '/opendir_basic-win32-mb';
@@ -67,4 +61,3 @@ resource(%d) of type (stream)
-- Close directory handles: --
resource(%d) of type (Unknown)
resource(%d) of type (Unknown)
-===DONE===