Home
last modified time | relevance | path

Searched refs:getPerms (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/spl/tests/
H A DSplFileInfo_getPerms_error.phpt2 SPL: Spl File Info test getPerms
16 var_dump($fileInfo->getPerms() == 0100557);
19 Fatal error: Uncaught RuntimeException: SplFileInfo::getPerms(): stat failed for %s in %s
21 #0 %s: SplFileInfo->getPerms()
H A DSplFileInfo_getPerms_basic.phpt2 SPL: Spl File Info test getPerms
22 var_dump($fileInfo->getPerms() == 0100557);
H A DSplFileInfo_getInode_error.phpt2 SPL: Spl File Info test getPerms
H A Dbug55701.phpt161 echo "->getPerms()... ";
164 $o->getPerms();
317 ->getPerms()... ran normally (expected)
/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php25 public function getPerms() {} function in SplFileInfo
H A Dspl_directory_arginfo.h263 ZEND_METHOD(SplFileInfo, getPerms);
355 ZEND_ME(SplFileInfo, getPerms, arginfo_class_SplFileInfo_getPerms, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1168 FileInfoFunction(getPerms, FS_PERMS) in FileInfoFunction() argument

Completed in 31 milliseconds