Lines Matching refs:directory
2 Test closedir() function : usage variations - close directory handle twice
12 * close the directory handle twice using closedir() to test behaviour
17 //create temporary directory for test, removed in CLEAN section
18 $directory = __DIR__ . "/私はガラスを食べられますclosedir_variation2";
19 mkdir($directory);
21 $dh = opendir($directory);
23 echo "\n-- Close directory handle first time: --\n";
28 echo "\n-- Close directory handle second time: --\n";
39 $directory = __DIR__ . "/私はガラスを食べられますclosedir_variation2";
40 rmdir($directory);
45 -- Close directory handle first time: --
49 -- Close directory handle second time: --