Lines Matching refs:is_executable
2 Test is_executable() function: usage variations - file/dir with diff. perms
21 /* Prototype: bool is_executable ( string $filename );
25 /* test is_executable() with file/dir having different permissions */
28 echo "*** Testing is_executable(): usage variations ***\n";
33 echo "\n*** Testing is_executable() on directory without execute permission ***\n";
35 var_dump( is_executable("$file_path/is_executable_variation2") ); // exp: bool(false)
38 echo "\n*** Testing miscelleneous input for is_executable() function ***\n";
68 var_dump( is_executable($file) );
84 *** Testing is_executable(): usage variations ***
86 *** Testing is_executable() on directory without execute permission ***
89 *** Testing miscelleneous input for is_executable() function ***