1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
This commit is contained in:
Antony Dovgal
2008-03-17 15:35:32 +00:00
parent bcc6360dac
commit 74bfe1c3fa
+1 -1
View File
@@ -38,7 +38,7 @@ var_dump($dh2);
--CLEAN--
<?php
$base_dir = dirname(__FILE__);
$dir_path = $base_dir . '\closedir_basic';
$dir_path = $base_dir . '/closedir_basic';
rmdir($dir_path);
?>
--EXPECTF--