Lines Matching refs:scandir
2 Test scandir() function : usage variations - different directory permissions
13 * remove the execute permission from the parent dir and test scandir() on child dir
14 * 1. remove write & execute permission from the 1st parent and test scandir()
15 * 2. remove execute permission from 2nd parent and test scandir()
18 echo "*** Testing scandir() : usage variations ***\n";
44 var_dump(scandir($child_dir_path));
51 var_dump(scandir($child_dir_path));
69 *** Testing scandir() : usage variations ***
73 Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): Failed to open directory: %s in %s on li…
75 Warning: scandir(): (errno %d): %s in %s on line %d
80 Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): Failed to open directory: %s in %s on li…
82 Warning: scandir(): (errno %d): %s in %s on line %d