Searched refs:getRealPath (Results 1 – 11 of 11) 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());
34 echo "Test getRealPath()\n";35 var_dump($o->getRealPath());85 Test getRealPath()
15 var_dump($fo->getRealPath());
48 $fn($fi->getRealPath());
74 public function getRealPath(): string|false {} function in SplFileInfo
296 ZEND_METHOD(SplFileInfo, getRealPath);386 ZEND_ME(SplFileInfo, getRealPath, arginfo_class_SplFileInfo_getRealPath, ZEND_ACC_PUBLIC)
1265 PHP_METHOD(SplFileInfo, getRealPath) in PHP_METHOD() argument
142 $todo($fileinfo->getRealPath());
194 $f = $f->getRealPath();
659 … if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {
Completed in 28 milliseconds