Home
last modified time | relevance | path

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

/PHP-8.1/ext/spl/tests/
H A DSplFileInfo_getOwner_error.phpt2 SPL: Spl File Info test getOwner
16 var_dump($fileInfo->getOwner());
19 Fatal error: Uncaught RuntimeException: SplFileInfo::getOwner(): stat failed for not_existing in %s
21 #0 %s: SplFileInfo->getOwner()
H A DSplFileInfo_getOwner_basic.phpt2 SPL: SplFileInfo test getOwner
17 $actual = $fileInfo->getOwner();
H A DDirectoryIterator_getOwner_basic.phpt2 SPL: DirectoryIterator test getOwner
23 $actual = $dir->getOwner();
H A Dbug55701.phpt143 echo "->getOwner()... ";
146 $o->getOwner();
314 ->getOwner()... ran normally (expected)
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php35 public function getOwner(): int|false {} function in SplFileInfo
H A Dspl_directory_arginfo.h284 ZEND_METHOD(SplFileInfo, getOwner);
377 ZEND_ME(SplFileInfo, getOwner, arginfo_class_SplFileInfo_getOwner, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1192 FileInfoFunction(getOwner, FS_OWNER) in FileInfoFunction()

Completed in 25 milliseconds