Home
last modified time | relevance | path

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

/PHP-8.1/ext/spl/tests/
H A Dbug42364.phpt2 Bug #42364 (Crash when using getRealPath with DirectoryIterator)
13 $type = gettype($e->getRealPath());
15 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-8.1/ext/phar/tests/
H A D024-opcache-win32.phpt48 $fn($fi->getRealPath());
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php74 public function getRealPath(): string|false {} function in SplFileInfo
H A Dspl_directory_arginfo.h297 ZEND_METHOD(SplFileInfo, getRealPath);
390 ZEND_ME(SplFileInfo, getRealPath, arginfo_class_SplFileInfo_getRealPath, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1287 PHP_METHOD(SplFileInfo, getRealPath) in PHP_METHOD() argument
/PHP-8.1/ext/phar/phar/
H A Dclicommand.inc194 $f = $f->getRealPath();
H A Dpharcommand.inc659 … if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {

Completed in 21 milliseconds