2 Test is_executable() function: error conditions
5 /* Prototype: bool is_executable ( string $filename );
6 Description: Tells whether the filename is executable
9 echo "\n*** Testing is_exceutable() on non-existent directory ***\n";
10 var_dump( is_executable(__DIR__."/is_executable") );
14 *** Testing is_exceutable() on non-existent directory ***