Home
last modified time | relevance | path

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

/PHP-8.1/ext/spl/tests/
H A DSplFileInfo_getGroup_error.phpt2 SPL: Spl File Info test getGroup
16 var_dump($fileInfo->getGroup());
19 Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
21 #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
23 $actual = $dir->getGroup();
H A Dbug55701.phpt125 echo "->getGroup()... ";
128 $o->getGroup();
311 ->getGroup()... ran normally (expected)
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php38 public function getGroup(): int|false {} function in SplFileInfo
H A Dspl_directory_arginfo.h285 ZEND_METHOD(SplFileInfo, getGroup);
378 ZEND_ME(SplFileInfo, getGroup, arginfo_class_SplFileInfo_getGroup, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1196 FileInfoFunction(getGroup, FS_GROUP) in FileInfoFunction()
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc894 public function getGroup()
1082 'GROUP' => ['getGroup'],

Completed in 21 milliseconds