Searched refs:getPathname (Results 1 – 12 of 12) sorted by relevance
/PHP-5.5/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 | fileobject_003.phpt | 19 var_dump($o->getPathname() == $c->getPathname());
|
/PHP-5.5/ext/spl/examples/ |
H A D | findfile.php | 32 foreach(new FindFile($argv[1], $argv[2]) as $file) echo $file->getPathname()."\n";
|
H A D | findregex.php | 33 echo $file->getPathname()."\n";
|
H A D | directoryfilterdots.inc | 41 return $this->getInnerIterator()->getPathname();
|
/PHP-5.5/ext/spl/ |
H A D | spl.php | 877 function getPathname() {/**/} function in SplFileInfo 953 /** @return getPathname() 1055 /** @return getPathname() or getFilename() depending on flags
|
H A D | spl_directory.c | 1045 SPL_METHOD(SplFileInfo, getPathname) in SPL_METHOD() argument 1956 SPL_ME(SplFileInfo, getPathname, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC) 1982 …SPL_MA(SplFileInfo, __toString, SplFileInfo, getPathname, arginfo_splfileinfo_void, ZEND_ACC…
|
/PHP-5.5/ext/phar/tests/ |
H A D | phar_oo_005_5.2.phpt | 23 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
|
H A D | phar_oo_005.phpt | 24 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
|
H A D | phar_oo_005U.phpt | 23 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
|
/PHP-5.5/ext/phar/phar/ |
H A D | pharcommand.inc | 876 $base = $phar->getPathname();
|
/PHP-5.5/ |
H A D | NEWS | 7833 - Fixed segfault in SplFileObject->openFile()->getPathname(). (Hannes) 8846 - Fixed bug #35998 (SplFileInfo::getPathname() returns unix style filenames
|
Completed in 50 milliseconds