Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/tests/
H A DSplFileInfo_getGroup_error.phpt2 SPL: Spl File Info test getGroup
20 var_dump($fileInfo->getGroup());
23 Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
25 #0 %s: SplFileInfo->getGroup()
H A DSplFileInfo_getGroup_basic.phpt2 SPL: SplFileInfo test getGroup
17 $actual = $fileInfo->getGroup();
H A DDirectoryIterator_getGroup_basic.phpt2 SPL: DirectoryIterator test getGroup
20 $actual = $dir->getGroup();
H A Dbug55701.phpt125 echo "->getGroup()... ";
128 $o->getGroup();
310 ->getGroup()... ran normally (expected)
/PHP-7.2/ext/spl/
H A Dspl.php903 function getGroup() {/**/} function in SplFileInfo
H A Dspl_directory.c1187 FileInfoFunction(getGroup, FS_GROUP) in FileInfoFunction()
1946 SPL_ME(SplFileInfo, getGroup, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)

Completed in 26 milliseconds