Searched refs:getPathname (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/spl/tests/ |
H A D | bug68557.phpt | 2 Bug #68557 (SplFileInfo::getPathname() may be broken) 12 $path0 = $d->current()->getPathname(); 15 $path1 = $d->current()->getPathname(); 18 $path2 = $d->current()->getPathname(); 21 var_dump($path0 === $d->current()->getPathname()); 24 var_dump($path1 === $d->current()->getPathname()); 27 var_dump($path2 === $d->current()->getPathname()); 30 var_dump($path0 === $d->current()->getPathname());
|
H A D | GlobIterator_internal_null_pointer.phpt | 30 echo "Test getPathname()\n"; 31 var_dump($o->getPathname()); 81 Test getPathname()
|
H A D | bug55701.phpt | 155 echo "->getPathname()... "; 158 $o->getPathname(); 316 ->getPathname()... ran normally (expected)
|
/PHP-8.3/ext/standard/tests/file/windows_mb_path/ |
H A D | recursive_it.phpt | 38 var_dump($item->getPathname()); 45 rmdir($item->getPathname()); 47 unlink($item->getPathname());
|
/PHP-8.3/ext/spl/tests/SplFileObject/ |
H A D | fileobject_003.phpt | 19 var_dump($o->getPathname() == $c->getPathname());
|
/PHP-8.3/ext/phar/tests/ |
H A D | phar_oo_005.phpt | 19 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.stub.php | 23 public function getPathname(): string {} function in SplFileInfo
|
H A D | spl_directory_arginfo.h | 281 ZEND_METHOD(SplFileInfo, getPathname); 374 ZEND_ME(SplFileInfo, getPathname, arginfo_class_SplFileInfo_getPathname, ZEND_ACC_PUBLIC) 397 …ZEND_MALIAS(SplFileInfo, __toString, getPathname, arginfo_class_SplFileInfo___toString, ZEND_ACC_P…
|
H A D | spl_directory.c | 1074 PHP_METHOD(SplFileInfo, getPathname) in PHP_METHOD() argument
|
/PHP-8.3/ext/phar/phar/ |
H A D | pharcommand.inc | 888 $base = $phar->getPathname();
|
Completed in 26 milliseconds