Home
last modified time | relevance | path

Searched refs:is_readable (Results 1 – 25 of 34) sorted by last modified time

12

/php-src/ext/standard/
H A Dbasic_functions.stub.php2933 function is_readable(string $filename): bool {}
H A Dbasic_functions_arginfo.h2687 ZEND_FUNCTION(is_readable);
3325 ZEND_FE(is_readable, arginfo_is_readable)
H A Dfilestat.c1033 FileFunction(PHP_FN(is_readable), FS_IS_R) in FileFunction()
1099 add_assoc_bool_ex(&entry, "is_readable", sizeof("is_readable") - 1, bucket->is_readable); in PHP_FUNCTION()
/php-src/ext/gd/tests/
H A Dgh10344.phpt16 if (!is_readable("\\\\localhost\\c$\\Windows\\Fonts\\arial.ttf")) {
/php-src/Zend/
H A Dzend_virtual_cwd.c424 bucket->is_readable = 0; in realpath_cache_add()
H A Dzend_virtual_cwd.h225 uint8_t is_readable:1; member
/php-src/ext/standard/tests/file/
H A Dis_readable_basic.phpt2 Test is_readable() function: basic functionality
15 echo "*** Testing is_readable(): basic functionality ***\n";
23 using is_readable() */
27 var_dump( is_readable($filename) );
38 *** Testing is_readable(): basic functionality ***
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 Drealpath_cache_win32.phpt33 ["is_readable"]=>
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/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option.phpt92 if (file_exists($file) && is_readable($file)) {
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt124 if (file_exists($file) && is_readable($file)) {
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc115 Required to set no permission and check that is_readable()
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);
/php-src/ext/phar/
H A Dfunc_interceptors.c913 PHAR_INTERCEPT(is_readable); in phar_intercept_functions_init()
949 PHAR_RELEASE(is_readable); in phar_intercept_functions_shutdown()
/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/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/scripts/dev/
H A Dcheck_parameters.php366 if (!is_readable($dir)) {
/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/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"));

Completed in 80 milliseconds

12