Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/tests/
H A DDirectoryIterator_getInode_error.phpt2 SPL: Spl File Info test getInode
20 var_dump($fileInfo->getInode());
24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat fail…
26 #0 %s: SplFileInfo->getInode()
H A DSplFileInfo_getInode_error.phpt20 var_dump($fileInfo->getInode());
24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat fail…
26 #0 %s: SplFileInfo->getInode()
H A DDirectoryIterator_getInode_basic.phpt2 SPL: Spl Directory Iterator test getInode
21 var_dump(decoct($dirIterator->getInode()));
H A DSplFileInfo_getInode_basic.phpt2 SPL: Spl File Info test getInode
22 var_dump($fileInfo->getInode() == $result);
H A Dbug55701.phpt131 echo "->getInode()... ";
134 $o->getInode();
314 ->getInode()... ran normally (expected)
/PHP-5.6/ext/spl/
H A Dspl.php891 function getInode() {/**/} function in SplFileInfo
H A Dspl_directory.c1177 FileInfoFunction(getInode, FS_INODE) in FileInfoFunction()
1959 SPL_ME(SplFileInfo, getInode, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)

Completed in 17 milliseconds