Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/ext/phar/tests/
H A D024-opcache-win32.phpt47 $fn($fi->getRealPath());
/PHP-7.3/ext/spl/
H A Dspl.php951 function getRealPath() {/**/} function in SplFileInfo
H A Dspl_directory.c1292 SPL_METHOD(SplFileInfo, getRealPath) in SPL_METHOD() argument
1938 SPL_ME(SplFileInfo, getRealPath, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/phar/phar/
H A Dclicommand.inc194 $f = $f->getRealPath();
H A Dpharcommand.inc647 if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {

Completed in 36 milliseconds