Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/spl/tests/SplFileObject/
H A Dbug36258.phpt2 Bug #36258 (SplFileObject::getPath() may lead to segfault)
10 var_dump($file->getPath());
H A Dfileobject_003.phpt30 var_dump($f->getPath());
31 $l = substr($f->getPath(), -1);
38 var_dump($fo->getPathName(), $fo->getFileName(), $fo->getPath());
H A Dfileobject_004.phpt13 var_dump($fo->getPath());
/php-src/ext/phar/tests/
H A Dphar_decompress.phpt26 copy($gz->getPath(), $fname2);
30 echo $unc->getPath() . "\n";
32 echo $unc2->getPath() . "\n";
34 echo $unc3->getPath() . "\n";
H A Dphar_convert_again.phpt28 echo $zip->getPath() . "\n";
30 echo $tgz->getPath() . "\n";
32 echo $tbz->getPath() . "\n";
38 copy($tbz->getPath(), $fname2);
41 echo $phar->getPath() . "\n";
45 echo $zip->getPath() . "\n";
48 echo $data->getPath() . "\n";
66 echo $tar->getPath() . "\n";
68 echo $data->getPath() . "\n";
70 echo $tgz->getPath() . "\n";
H A Dbadparameters.phpt77 echo $a->getPath() . "\n";
/php-src/ext/spl/tests/
H A DGlobIterator_internal_null_pointer.phpt2 Check Glob iterator is okay with SplFileInfo getPath method calls
26 echo "Test getPath()\n";
27 var_dump($o->getPath());
77 Test getPath()
H A Dbug55701.phpt149 echo "->getPath()... ";
152 $o->getPath();
315 ->getPath()... ran normally (expected)
/php-src/ext/xsl/tests/
H A Dbug69168.phpt15 <xsl:value-of select="php:function('getPath',uid)"/><br />
21 function getPath($input){
/php-src/ext/phar/
H A Dphar_object.stub.php132 public function getPath(): string {} function in Phar
360 public function getPath(): string {} function in PharData
H A Dphar_object_arginfo.h410 ZEND_METHOD(Phar, getPath);
487 ZEND_ME(Phar, getPath, arginfo_class_Phar_getPath, ZEND_ACC_PUBLIC)
H A Dphar_object.c2665 PHP_METHOD(Phar, getPath) in PHP_METHOD() argument
/php-src/ext/spl/
H A Dspl_directory.stub.php11 public function getPath(): string {} function in SplFileInfo
H A Dspl_directory_arginfo.h276 ZEND_METHOD(SplFileInfo, getPath);
368 ZEND_ME(SplFileInfo, getPath, arginfo_class_SplFileInfo_getPath, ZEND_ACC_PUBLIC)
H A Dspl_directory.c881 PHP_METHOD(SplFileInfo, getPath) in PHP_METHOD() argument

Completed in 42 milliseconds