mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
fix test
This commit is contained in:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user