Home
last modified time | relevance | path

Searched refs:getPathname (Results 1 – 13 of 13) sorted by relevance

/PHP-5.6/ext/spl/tests/
H A Dbug68557.phpt2 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 Dfileobject_003.phpt19 var_dump($o->getPathname() == $c->getPathname());
H A Dbug55701.phpt155 echo "->getPathname()... ";
158 $o->getPathname();
318 ->getPathname()... ran normally (expected)
/PHP-5.6/ext/spl/examples/
H A Dfindfile.php32 foreach(new FindFile($argv[1], $argv[2]) as $file) echo $file->getPathname()."\n";
H A Dfindregex.php33 echo $file->getPathname()."\n";
H A Ddirectoryfilterdots.inc41 return $this->getInnerIterator()->getPathname();
/PHP-5.6/ext/spl/
H A Dspl.php877 function getPathname() {/**/} function in SplFileInfo
953 /** @return getPathname()
1055 /** @return getPathname() or getFilename() depending on flags
H A Dspl_directory.c1046 SPL_METHOD(SplFileInfo, getPathname) in SPL_METHOD() argument
1957 SPL_ME(SplFileInfo, getPathname, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
1983 …SPL_MA(SplFileInfo, __toString, SplFileInfo, getPathname, arginfo_splfileinfo_void, ZEND_ACC…
/PHP-5.6/ext/phar/tests/
H A Dphar_oo_005.phpt24 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
H A Dphar_oo_005U.phpt23 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
H A Dphar_oo_005_5.2.phpt23 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
/PHP-5.6/ext/phar/phar/
H A Dpharcommand.inc876 $base = $phar->getPathname();
/PHP-5.6/
H A DNEWS9411 - Fixed segfault in SplFileObject->openFile()->getPathname(). (Hannes)
10424 - Fixed bug #35998 (SplFileInfo::getPathname() returns unix style filenames

Completed in 72 milliseconds