Home
last modified time | relevance | path

Searched refs:is_executable (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.4/ext/standard/tests/file/
H A Dis_executable_error.phpt2 Test is_executable() function: error conditions
5 /* Prototype: bool is_executable ( string $filename );
9 echo "*** Testing is_executable(): error conditions ***\n";
10 var_dump( is_executable() ); // args < expected no of arguments
12 var_dump( is_executable(1, 2) ); // args > expected no. of arguments
15 var_dump( is_executable(__DIR__."/is_executable") );
19 *** Testing is_executable(): error conditions ***
21 Warning: is_executable() expects exactly 1 parameter, 0 given in %s on line %d
24 Warning: is_executable() expects exactly 1 parameter, 2 given in %s on line %d
H A Dis_executable_variation3.phpt2 Test is_executable() function: usage variations - invalid file names
12 /* Prototype: bool is_executable ( string $filename );
16 /* test is_executable() with invalid arguments */
18 echo "*** Testing is_executable(): usage variations ***\n";
23 echo "\n*** Testing is_executable() on invalid files ***\n";
38 var_dump( is_executable($invalid_file) );
45 *** Testing is_executable(): usage variations ***
47 *** Testing is_executable() on invalid files ***
56 Warning: is_executable() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dis_executable_variation2.phpt2 Test is_executable() function: usage variations - file/dir with diff. perms
12 /* Prototype: bool is_executable ( string $filename );
16 /* test is_executable() with file/dir having different permissions */
19 echo "*** Testing is_executable(): usage variations ***\n";
24 echo "\n*** Testing is_executable() on directory without execute permission ***\n";
26 var_dump( is_executable("$file_path/is_executable_variation2") ); // exp: bool(false)
29 echo "\n*** Testing miscelleneous input for is_executable() function ***\n";
59 var_dump( is_executable($file) );
75 *** Testing is_executable(): usage variations ***
77 *** Testing is_executable() on directory without execute permission ***
[all …]
H A Dis_executable_variation1.phpt2 Test is_executable() function: usage variations - diff. path notations
11 /* Prototype: bool is_executable ( string $filename );
15 /* test is_executable() with file having different filepath notation */
18 echo "*** Testing is_executable(): usage variations ***\n";
28 using is_executable() function */
54 var_dump( is_executable($file) );
67 *** Testing is_executable(): usage variations ***
80 Warning: is_executable() expects parameter 1 to be a valid path, string given in %s on line %d
84 Warning: is_executable() expects parameter 1 to be a valid path, string given in %s on line %d
H A D003.phpt9 'is_executable',
H A Dis_readable_variation3.phpt13 /* test is_executable() with invalid arguments */
H A Dis_readable_variation2.phpt16 /* test is_executable() with file/dir having different permissions */
H A Dis_writable_variation2.phpt18 /* test is_executable() with file/dir having different permissions */
H A Dis_executable_basic-win32-mb.phpt2 Test is_executable() function: basic functionality
11 /* Prototype: bool is_executable ( string $filename );
16 echo "*** Testing is_executable(): basic functionality ***\n";
19 $filename = __DIR__."/私はガラスを食べられますis_executable.tmp";
24 using is_executable() */
28 var_dump( is_executable($filename) );
39 *** Testing is_executable(): basic functionality ***
H A Dis_executable_basic-win32.phpt2 Test is_executable() function: basic functionality
11 /* Prototype: bool is_executable ( string $filename );
16 echo "*** Testing is_executable(): basic functionality ***\n";
19 $filename = __DIR__."/is_executable.tmp";
24 using is_executable() */
28 var_dump( is_executable($filename) );
39 *** Testing is_executable(): basic functionality ***
H A Dis_executable_basic.phpt2 Test is_executable() function: basic functionality
12 /* Prototype: bool is_executable ( string $filename );
19 echo "*** Testing is_executable(): basic functionality ***\n";
22 $filename = __DIR__."/is_executable.tmp";
27 using is_executable() */
31 var_dump( is_executable($filename) );
42 *** Testing is_executable(): basic functionality ***
H A D001.phpt77 if (is_executable('test.file')) {
/PHP-7.4/tests/security/
H A Dopen_basedir_is_executable.phpt9 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 …]
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dbug44859_3.phpt2 bug #44859 (incorrect result with NTFS ACL permissions, is_executable)
25 if (is_executable($path) == $exp) {
28 var_dump(is_executable($path), $exp);
/PHP-7.4/sapi/cgi/tests/
H A Dinclude.inc10 if (file_exists($php) && is_executable($php)) {
28 …if (is_dir($php_path) && file_exists("$php_path/php-cgi.exe") && is_executable("$php_path/php-cgi.…
41 …if ($php_path && is_dir($php_path) && file_exists($php_path."/cgi/php-cgi") && is_executable($php_…
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_exec.phpt6 if (!getenv("TEST_PHP_EXECUTABLE") || !is_executable(getenv("TEST_PHP_EXECUTABLE"))) die("skip TEST…
H A Dpcntl_exec_2.phpt7 if (!getenv("TEST_PHP_EXECUTABLE") || !is_executable(getenv("TEST_PHP_EXECUTABLE"))) die("skip TEST…
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open.phpt5 if (!is_executable("/bin/cat")) echo "skip";
H A Dbug44667.phpt4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?>
H A Dbug34794.phpt5 if (!is_executable('/bin/cat')) echo 'skip cat not found';
H A Dbug39322.phpt6 if (!is_executable('/bin/sleep')) echo 'skip sleep not found';
H A Dproc_open02.phpt5 if (!is_executable('/bin/sleep')) echo 'skip no sleep';
/PHP-7.4/ext/phar/tests/
H A Dstat.phpt47 echo "is_executable\n";
48 var_dump(is_executable("dir/file1.txt"));
210 is_executable
/PHP-7.4/ext/standard/
H A Dphp_filestat.h39 PHP_FUNCTION(is_executable);
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc203 if (file_exists($phpPath."/fpm/php-fpm") && is_executable($phpPath."/fpm/php-fpm")) {
208 if (file_exists($phpSbinFpmi) && is_executable($phpSbinFpmi)) {
215 if (file_exists($fpmPath) && is_executable($fpmPath)) {

Completed in 33 milliseconds

12