Searched refs:is_executable (Results 1 – 25 of 32) sorted by relevance
12
9 test_open_basedir_before("is_executable");10 test_open_basedir_error("is_executable");12 var_dump(is_executable("ok.txt"));13 var_dump(is_executable("../ok/ok.txt"));14 var_dump(is_executable($initdir."/test/ok/ok.txt"));15 var_dump(is_executable($initdir."/test/ok/../ok/ok.txt"));17 test_open_basedir_after("is_executable");25 *** Testing open_basedir configuration [is_executable] ***38 Warning: is_executable(): open_basedir restriction in effect. File(..) is not within the allowed pa…44 Warning: is_executable(): open_basedir restriction in effect. File(/) is not within the allowed pat…[all …]
2 Test is_executable() function: usage variations - invalid file names12 /* test is_executable() with invalid arguments */14 echo "*** Testing is_executable(): usage variations ***\n";19 echo "\n*** Testing is_executable() on invalid files ***\n";31 var_dump( is_executable($invalid_file) );38 *** Testing is_executable(): usage variations ***40 *** Testing is_executable() on invalid files ***
2 Test is_executable() function: usage variations - file/dir with diff. perms12 /* test is_executable() with file/dir having different permissions */15 echo "*** Testing is_executable(): usage variations ***\n";20 echo "\n*** Testing is_executable() on directory without execute permission ***\n";22 var_dump( is_executable("$file_path/is_executable_variation2") ); // exp: bool(false)25 echo "\n*** Testing miscellaneous input for is_executable() function ***\n";55 var_dump( is_executable($file) );71 *** Testing is_executable(): usage variations ***73 *** Testing is_executable() on directory without execute permission ***76 *** Testing miscellaneous input for is_executable() function ***
2 Test is_executable() function: error conditions6 var_dump( is_executable(__DIR__."/is_executable") );
2 Test is_executable() function: usage variations - diff. path notations11 /* test is_executable() with file having different filepath notation */14 echo "*** Testing is_executable(): usage variations ***\n";24 using is_executable() function */51 var_dump( is_executable($file) );67 *** Testing is_executable(): usage variations ***
9 'is_executable',
9 /* test is_executable() with invalid arguments */
12 /* test is_executable() with file/dir having different permissions */
2 Test is_executable() function: basic functionality13 echo "*** Testing is_executable(): basic functionality ***\n";16 $filename = __DIR__."/私はガラスを食べられますis_executable.tmp";21 using is_executable() */25 var_dump( is_executable($filename) );36 *** Testing is_executable(): basic functionality ***
2 Test is_executable() function: basic functionality13 echo "*** Testing is_executable(): basic functionality ***\n";16 $filename = __DIR__."/is_executable.tmp";21 using is_executable() */25 var_dump( is_executable($filename) );36 *** Testing is_executable(): basic functionality ***
2 Test is_executable() function: basic functionality15 echo "*** Testing is_executable(): basic functionality ***\n";18 $filename = __DIR__."/is_executable.tmp";23 using is_executable() */27 var_dump( is_executable($filename) );38 *** Testing is_executable(): basic functionality ***
77 if (is_executable('test.file')) {
2 bug #44859 (incorrect result with NTFS ACL permissions, is_executable)25 if (is_executable($path) == $exp) {28 var_dump(is_executable($path), $exp);
10 if (file_exists($php) && is_executable($php)) {27 if (is_executable($cgi_path)) {33 if (is_executable($cgi_path)) {39 if (is_executable($cgi_path)) {
7 if (!getenv("TEST_PHP_EXECUTABLE") || !is_executable(getenv("TEST_PHP_EXECUTABLE"))) die("skip TEST…
8 if (!getenv("TEST_PHP_EXECUTABLE") || !is_executable(getenv("TEST_PHP_EXECUTABLE"))) die("skip TEST…
5 if (!is_executable("/bin/cat")) echo "skip";
4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?>
5 if (!is_executable('/bin/cat')) echo 'skip cat not found';
6 if (!is_executable('/bin/sleep')) echo 'skip sleep not found';
5 if (!is_executable('/bin/sleep')) echo 'skip no sleep';
53 echo "is_executable\n";54 var_dump(is_executable("dir/file1.txt"));215 is_executable
834 if (!is_executable($php)) {
Completed in 49 milliseconds