Lines Matching refs:directory
2 Test dir() function : usage variations - non-existent directory
12 * Prototype : object dir(string $directory[, resource $context])
18 * Passing a non-existent directory as argument to dir() function
21 echo "*** Testing dir() : open a non-existent directory ***\n";
23 // create the temporary directory
28 // open existent directory
32 // remove directory and try to open the same(non-existent) directory again
36 echo "-- opening previously removed directory --\n";
39 // point to a non-existent directory
41 echo "-- opening non-existent directory --\n";
48 *** Testing dir() : open a non-existent directory ***
49 -- opening previously removed directory --
53 -- opening non-existent directory --