Searched refs:is_writeable (Results 1 – 15 of 15) sorted by relevance
2 Test is_writable() and its alias is_writeable() function: error conditions8 is_writeable() is an alias of is_writable()13 var_dump( is_writeable() );15 echo "\n*** Testing is_writeable(): error conditions ***\n";17 var_dump( is_writeable(1, 2) );21 var_dump( is_writeable(dirname(__FILE__)."/is_writable") );31 Warning: is_writeable() expects exactly 1 parameter, 0 given in %s on line %d34 *** Testing is_writeable(): error conditions ***39 Warning: is_writeable() expects exactly 1 parameter, 2 given in %s on line %d
2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names22 is_writeable() is an alias of is_writable()25 /* test is_writable() & is_writeable() with invalid arguments */45 var_dump( is_writeable($misc_file) );73 Warning: is_writeable() expects parameter 1 to be a valid path, array given in %s on line %d
2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations24 is_writeable() is an alias of is_writable()26 /* test is_writable() & is_writeable() with file having different filepath notation */66 var_dump( is_writeable($file) );103 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d110 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d117 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
2 Test is_writable() and its alias is_writeable() function: usage variations - file/dir with diff. pe…24 is_writeable() is an alias of is_writable()38 var_dump( is_writeable("$file_path/is_writable_variation2") ); // exp: bool(false)73 var_dump( is_writeable($misc_file) );
47 if (is_writeable('test.file')) {
67 if (is_writeable('test.file')) {
2 Test is_writable() and its alias is_writeable() function: basic functionality21 is_writeable() is an alias of is_writable()39 var_dump( is_writeable($filename) );
42 echo "is_writeable\n";43 var_dump(is_writeable("dir/file1.txt"));205 is_writeable
40 var_dump(is_writeable("$fullpath"));
336 unsigned int is_writeable:1; member
43 phar->is_writeable = !keep; in phar_set_writeable_bit()1292 (*test)->is_writeable = 1;1347 (*pphar)->is_writeable = 1;1409 mydata->is_writeable = 1;
527 if (!phar->is_writeable) { in phar_dostat()
782 if (!phar->is_writeable) { in phar_file_stat()
2677 if (!phar_obj->arc.archive->is_writeable) {
3207 PHP_FALIAS(is_writeable, is_writable, arginfo_is_writable)
Completed in 46 milliseconds