Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
8 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 %d
34 *** Testing is_writeable(): error conditions ***
39 Warning: is_writeable() expects exactly 1 parameter, 2 given in %s on line %d
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
22 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
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
24 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 %d
110 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
117 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dis_writable_variation2.phpt2 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) );
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
21 is_writeable() is an alias of is_writable()
39 var_dump( is_writeable($filename) );
/PHP-5.5/ext/phar/tests/
H A Dstat.phpt42 echo "is_writeable\n";
43 var_dump(is_writeable("dir/file1.txt"));
205 is_writeable
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt40 var_dump(is_writeable("$fullpath"));
/PHP-5.5/ext/phar/
H A Dphar_internal.h338 unsigned int is_writeable:1; member
H A Dphar.c41 phar->is_writeable = !keep; in phar_set_writeable_bit()
1291 (*test)->is_writeable = 1;
1346 (*pphar)->is_writeable = 1;
1408 mydata->is_writeable = 1;
H A Dfunc_interceptors.c782 if (!phar->is_writeable) { in phar_file_stat()
H A Dstream.c527 if (!phar->is_writeable) { in phar_dostat()
H A Dphar_object.c2598 if (!phar_obj->arc.archive->is_writeable) { in PHP_METHOD()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3226 PHP_FALIAS(is_writeable, is_writable, arginfo_is_writable)

Completed in 70 milliseconds