Home
last modified time | relevance | path

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

/php-src/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 DGlobIterator_internal_null_pointer.phpt34 echo "Test getRealPath()\n";
35 var_dump($o->getRealPath());
85 Test getRealPath()
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_004.phpt15 var_dump($fo->getRealPath());
/php-src/ext/phar/tests/
H A D024-opcache-win32.phpt48 $fn($fi->getRealPath());
/php-src/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);
389 ZEND_ME(SplFileInfo, getRealPath, arginfo_class_SplFileInfo_getRealPath, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1297 PHP_METHOD(SplFileInfo, getRealPath) in PHP_METHOD() argument
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc142 $todo($fileinfo->getRealPath());
/php-src/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 56 milliseconds