Home
last modified time | relevance | path

Searched refs:is_readable (Results 1 – 25 of 34) sorted by relevance

12

/php-src/tests/security/
H A Dopen_basedir_is_readable.phpt8 test_open_basedir("is_readable");
16 *** Testing open_basedir configuration [is_readable] ***
23 Warning: is_readable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_readable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_readable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_readable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_readable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_readable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_readable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_readable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
H A Dopen_basedir.inc32 if (is_readable($directory) == FALSE) {
/php-src/ext/standard/tests/file/
H A Dis_readable_variation3.phpt2 Test is_readable() function: usage variations - invalid file names
11 echo "*** Testing is_readable(): usage variations ***\n";
13 echo "\n*** Testing is_readable() on miscellaneous filenames ***\n";
25 var_dump( is_readable($misc_file) );
32 *** Testing is_readable(): usage variations ***
34 *** Testing is_readable() on miscellaneous filenames ***
H A Dis_readable_error.phpt2 Test is_readable() function: error conditions
5 echo "\n*** Testing is_readable() on non-existent file ***\n";
6 var_dump( is_readable(__DIR__."/is_readable_error.tmp") );
11 *** Testing is_readable() on non-existent file ***
H A Dis_readable_variation2.phpt2 Test is_readable() function: usage variations - file/dir with diff. perms
15 echo "*** Testing is_readable(): usage variations ***\n";
20 echo "\n*** Testing is_readable() on directory without read permission ***\n";
22 var_dump( is_readable("$file_path/is_readable_variation2") ); // exp: bool(false)
25 echo "\n*** Testing miscellaneous input for is_readable() function ***\n";
55 var_dump( is_readable($file) );
71 *** Testing is_readable(): usage variations ***
73 *** Testing is_readable() on directory without read permission ***
76 *** Testing miscellaneous input for is_readable() function ***
H A Dis_readable_variation1.phpt2 Test is_readable() function: usage variations - diff. file notations
9 /* test is_readable() with file having different filepath notation */
12 echo "*** Testing is_readable(): usage variations ***\n";
22 is_readable() function */
50 var_dump( is_readable($file) );
66 *** Testing is_readable(): usage variations ***
H A Drealpath_cache_win32.phpt33 ["is_readable"]=>
H A D003.phpt8 'is_readable',
H A D001-win32-mb.phpt55 if (is_readable($fname)) {
H A D001-win32.phpt52 if (is_readable('test.file')) {
H A Dis_readable_basic-win32-mb.phpt2 Test is_readable() function: basic functionality
14 echo "*** Testing is_readable(): basic functionality ***\n";
17 $filename = __DIR__."/私はガラスを食べられますis_readable.tmp";
22 using is_readable() */
26 var_dump( is_readable($filename) );
37 *** Testing is_readable(): basic functionality ***
H A Dis_readable_basic-win32.phpt2 Test is_readable() function: basic functionality
14 echo "*** Testing is_readable(): basic functionality ***\n";
17 $filename = __DIR__."/is_readable.tmp";
22 using is_readable() */
26 var_dump( is_readable($filename) );
37 *** Testing is_readable(): basic functionality ***
/php-src/ext/standard/tests/file/windows_acls/
H A Dbug44859_2.phpt2 bug #44859 (incorrect result with NTFS ACL permissions, is_readable)
28 if (is_readable($path) == $exp) {
31 var_dump(is_readable($path), $exp);
44 if (is_readable($path) == $exp) {
47 var_dump(is_readable($path), $exp);
H A Dbug44859_4.phpt2 bug #44859 (incorrect result with NTFS ACL permissions, is_readable)
30 if (is_readable($path) == $exp) {
33 var_dump(is_readable($path), $exp);
46 if (is_readable($path) == $exp) {
49 var_dump(is_readable($path), $exp);
H A Dcommon.inc115 Required to set no permission and check that is_readable()
/php-src/ext/opcache/tests/
H A Dissue0140.phpt17 var_dump(is_readable(FILENAME));
24 var_dump(is_readable(FILENAME));
31 var_dump(is_readable(FILENAME));
/php-src/ext/zlib/tests/
H A Dzlib_scheme_stat_basic2.phpt15 echo "is_readable=";
16 var_dump(is_readable($srcFile));
30 is_readable=bool(false)
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug71103.phpt2 Bug #71103 file_exists and is_readable fail silently
31 is_readable($f),
32 is_readable($foo_obj),
/php-src/ext/gd/tests/
H A Dgh10344.phpt16 if (!is_readable("\\\\localhost\\c$\\Windows\\Fonts\\arial.ttf")) {
/php-src/ext/phar/tests/
H A Dstat.phpt45 echo "is_readable\n";
46 var_dump(is_readable("dir/file1.txt"));
207 is_readable
/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt37 var_dump(is_readable("mklink_junction"));
H A Dbug73962.phpt30 var_dump(is_readable("$fullpath\\mnt\\test\\mklink_symlink\b.php"));
/php-src/TSRM/
H A Dtsrm_win32.c289 fAccess = bucket->is_readable; in tsrm_win32_access()
301 fAccess = bucket->is_readable; in tsrm_win32_access()
307 fAccess = bucket->is_readable & bucket->is_writable; in tsrm_win32_access()
338 bucket->is_readable = fAccess; in tsrm_win32_access()
345 bucket->is_readable = fAccess; in tsrm_win32_access()
/php-src/scripts/dev/
H A Dcheck_parameters.php366 if (!is_readable($dir)) {
/php-src/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option.phpt92 if (file_exists($file) && is_readable($file)) {

Completed in 36 milliseconds

12