Home
last modified time | relevance | path

Searched refs:is_writeable (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/standard/tests/file/
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
11 /* test is_writable() & is_writeable() with invalid arguments */
28 var_dump( is_writeable($misc_file) );
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
7 var_dump( is_writeable(__DIR__."/is_writable") );
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
9 /* test is_writable() & is_writeable() with file having different filepath notation */
54 var_dump( is_writeable($file) );
H A Dis_writable_variation2.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - file/dir with diff. pe…
23 var_dump( is_writeable("$file_path/is_writable_variation2") ); // exp: bool(false)
58 var_dump( is_writeable($misc_file) );
H A D001-win32-mb.phpt50 if (is_writeable($fname)) {
H A D001-win32.phpt47 if (is_writeable('test.file')) {
H A D001.phpt67 if (is_writeable('test.file')) {
H A Dis_writable_basic.phpt2 Test is_writable() and its alias is_writeable() function: basic functionality
24 var_dump( is_writeable($filename) );
/php-src/ext/phar/tests/
H A Dstat.phpt43 echo "is_writeable\n";
44 var_dump(is_writeable("dir/file1.txt"));
205 is_writeable
/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt38 var_dump(is_writeable("$fullpath"));
/php-src/ext/phar/
H A Dphar_internal.h309 uint32_t is_writeable:1; member
H A Dphar.c40 phar->is_writeable = !keep; in phar_set_writeable_bit()
1356 (*test)->is_writeable = 1; in phar_open_or_create_filename()
1407 (*pphar)->is_writeable = 1; in phar_create_or_parse_filename()
1472 mydata->is_writeable = 1; in phar_create_or_parse_filename()
H A Dfunc_interceptors.c629 if (!phar->is_writeable) { in phar_file_stat()
H A Dstream.c522 if (!phar->is_writeable) { in phar_dostat()
H A Dphar_object.c2584 if (!phar_obj->archive->is_writeable) { in PHP_METHOD()
/php-src/ext/standard/
H A Dbasic_functions.stub.php2931 function is_writeable(string $filename): bool {}

Completed in 58 milliseconds