Home
last modified time | relevance | path

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

/php-src/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
24 $actual = $dir->getOwner();
H A DGlobIterator_internal_null_pointer.phpt24 echo "Test getOwner()\n";
25 var_dump($o->getOwner());
75 Test getOwner()
H A Dbug55701.phpt143 echo "->getOwner()... ";
146 $o->getOwner();
314 ->getOwner()... ran normally (expected)
/php-src/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);
376 ZEND_ME(SplFileInfo, getOwner, arginfo_class_SplFileInfo_getOwner, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1202 FileInfoFunction(getOwner, FS_OWNER) in FileInfoFunction()

Completed in 21 milliseconds