Home
last modified time | relevance | path

Searched refs:getRealPath (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/spl/tests/
H A Dbug42364.phpt2 Bug #42364 (Crash when using getRealPath with DirectoryIterator)
11 $type = gettype($e->getRealPath());
13 echo $e->getFilename(), " is a ", gettype($e->getRealPath()), "\n";
H A Dbug48361.phpt6 var_dump($info->getRealPath());
7 var_dump($info->getPathInfo()->getRealPath());
H A Dfileobject_004.phpt15 var_dump($fo->getRealPath());
/PHP-5.5/ext/spl/
H A Dspl.php951 function getRealPath() {/**/} function in SplFileInfo
H A Dspl_directory.c1294 SPL_METHOD(SplFileInfo, getRealPath) in SPL_METHOD() argument
1974 SPL_ME(SplFileInfo, getRealPath, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc194 $f = $f->getRealPath();
H A Dpharcommand.inc647 if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {
/PHP-5.5/
H A DNEWS7245 - Fixed Bug #42364 (Crash when using getRealPath with DirectoryIterator).
7536 . Added SplFileInfo::getLinkTarget(), SplFileInfo::getRealPath().

Completed in 40 milliseconds