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());
47 $fn($fi->getRealPath());
951 function getRealPath() {/**/} function in SplFileInfo
1292 SPL_METHOD(SplFileInfo, getRealPath) in SPL_METHOD() argument1938 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)) {
Completed in 24 milliseconds