Lines Matching refs:dir
2 Test dir() function : usage variations - checking with wildcard characters
12 * Create more than one temporary directory & subdirectory and check if dir() function can open
16 echo "*** Testing dir() : checking with wildcard characters ***\n";
29 var_dump( dir($file_path."/dir_var*") );
30 var_dump( dir($file_path."/*") );
33 var_dump( dir($dir_path."/sub_dir?") );
34 var_dump( dir($dir_path."/sub?dir1") );
39 *** Testing dir() : checking with wildcard characters ***
42 Warning: dir(%s/dir_var*): Failed to open directory: %s in %s on line %d
45 Warning: dir(%s/*): Failed to open directory: %s in %s on line %d
49 Warning: dir(%s/dir_variation81/sub_dir?): Failed to open directory: %s in %s on line %d
52 Warning: dir(%s/dir_variation81/sub?dir1): Failed to open directory: %s in %s on line %d