Home
last modified time | relevance | path

Searched refs:isWritable (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/phar/tests/
H A Dphar_oo_iswriteable.phpt24 var_dump($a['a.php']->isWritable());
27 var_dump($a['a.php']->isWritable());
30 var_dump($a['a.php']->isWritable());
34 var_dump($a['a.php']->isWritable());
45 var_dump($p->isWritable());
47 var_dump($a->isWritable());
48 var_dump($b->isWritable());
51 var_dump($a->isWritable());
52 var_dump($b->isWritable());
55 var_dump($a->isWritable());
[all …]
H A Dsecurity.phpt15 var_dump($phar->isWritable());
H A Dphar_oo_002.phpt21 var_dump($ent->isWritable());
/php-src/ext/spl/tests/
H A DGlobIterator_internal_null_pointer.phpt50 echo "Test isWritable()\n";
51 var_dump($o->isWritable());
101 Test isWritable()
H A Dbug55701.phpt215 echo "->isWritable()... ";
218 $o->isWritable();
326 ->isWritable()... ran normally (expected)
/php-src/ext/phar/
H A Dphar_object.stub.php162 public function isWritable(): bool {} function in Phar
420 public function isWritable(): bool {} function in PharData
H A Dphar_object_arginfo.h420 ZEND_METHOD(Phar, isWritable);
497 ZEND_ME(Phar, isWritable, arginfo_class_Phar_isWritable, ZEND_ACC_PUBLIC)
H A Dphar_object.c2574 PHP_METHOD(Phar, isWritable) in PHP_METHOD() argument
/php-src/ext/spl/
H A Dspl_directory.stub.php53 public function isWritable(): bool {} function in SplFileInfo
H A Dspl_directory_arginfo.h290 ZEND_METHOD(SplFileInfo, isWritable);
382 ZEND_ME(SplFileInfo, isWritable, arginfo_class_SplFileInfo_isWritable, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1226 FileInfoFunction(isWritable, FS_IS_W) in FileInfoFunction()

Completed in 46 milliseconds