Searched refs:getRealPath (Results 1 – 9 of 9) sorted by relevance
2 Bug #42364 (Crash when using getRealPath with DirectoryIterator)13 $type = gettype($e->getRealPath());15 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());
73 public function getRealPath() {} function in SplFileInfo
279 ZEND_METHOD(SplFileInfo, getRealPath);371 ZEND_ME(SplFileInfo, getRealPath, arginfo_class_SplFileInfo_getRealPath, ZEND_ACC_PUBLIC)
1282 PHP_METHOD(SplFileInfo, getRealPath) in PHP_METHOD() argument
194 $f = $f->getRealPath();
647 … if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {
Completed in 24 milliseconds