Home
last modified time | relevance | path

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

/PHP-7.1/ext/spl/tests/
H A DSplFileInfo_getPerms_error.phpt2 SPL: Spl File Info test getPerms
20 var_dump($fileInfo->getPerms() == 0100557);
23 Fatal error: Uncaught RuntimeException: SplFileInfo::getPerms(): stat failed for %s in %s
25 #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();
316 ->getPerms()... ran normally (expected)
/PHP-7.1/ext/spl/
H A Dspl.php887 function getPerms() {/**/} function in SplFileInfo
H A Dspl_directory.c1144 FileInfoFunction(getPerms, FS_PERMS) in FileInfoFunction() argument
1919 SPL_ME(SplFileInfo, getPerms, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)

Completed in 35 milliseconds