Searched refs:is_writeable (Results 1 – 17 of 17) sorted by relevance
2 Test is_writable() and its alias is_writeable() function: error conditions7 var_dump( is_writeable(__DIR__."/is_writable") );
2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names11 /* test is_writable() & is_writeable() with invalid arguments */30 var_dump( is_writeable($misc_file) );
2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations9 /* test is_writable() & is_writeable() with file having different filepath notation */54 var_dump( is_writeable($file) );
2 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) );
50 if (is_writeable($fname)) {
47 if (is_writeable('test.file')) {
67 if (is_writeable('test.file')) {
2 Test is_writable() and its alias is_writeable() function: basic functionality24 var_dump( is_writeable($filename) );
43 echo "is_writeable\n";44 var_dump(is_writeable("dir/file1.txt"));205 is_writeable
38 var_dump(is_writeable("$fullpath"));
308 uint32_t is_writeable:1; member
40 phar->is_writeable = !keep; in phar_set_writeable_bit()1366 (*test)->is_writeable = 1; in phar_open_or_create_filename()1417 (*pphar)->is_writeable = 1; in phar_create_or_parse_filename()1483 mydata->is_writeable = 1; in phar_create_or_parse_filename()
511 if (!phar->is_writeable) { in phar_dostat()
737 if (!phar->is_writeable) { in phar_file_stat()
2588 if (!phar_obj->archive->is_writeable) { in PHP_METHOD()
894 function is_writeable(string $filename): bool {} function
3226 ZEND_FALIAS(is_writeable, is_writable, arginfo_is_writeable)
Completed in 89 milliseconds