Searched refs:getRealPath (Results 1 – 8 of 8) sorted by relevance
2 Bug #42364 (Crash when using getRealPath with DirectoryIterator)11 $type = gettype($e->getRealPath());13 echo $e->getFilename(), " is a ", gettype($e->getRealPath()), "\n";
6 var_dump($info->getRealPath());7 var_dump($info->getPathInfo()->getRealPath());
15 var_dump($fo->getRealPath());
951 function getRealPath() {/**/} function in SplFileInfo
1291 SPL_METHOD(SplFileInfo, getRealPath) in SPL_METHOD() argument1976 SPL_ME(SplFileInfo, getRealPath, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
194 $f = $f->getRealPath();
647 if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {
6056 - Fixed Bug #42364 (Crash when using getRealPath with DirectoryIterator).6347 . Added SplFileInfo::getLinkTarget(), SplFileInfo::getRealPath().
Completed in 53 milliseconds