Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/tests/
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());
H A Dbug55701.phpt149 echo "->getPath()... ";
152 $o->getPath();
315 ->getPath()... ran normally (expected)
/PHP-8.0/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-8.0/ext/phar/
H A Dphar_object.stub.php67 public function getPath() {} function in Phar
297 public function getPath() {} function in PharData
H A Dphar_object_arginfo.h385 ZEND_METHOD(Phar, getPath);
464 ZEND_ME(Phar, getPath, arginfo_class_Phar_getPath, ZEND_ACC_PUBLIC)
525 ZEND_MALIAS(Phar, getPath, getPath, arginfo_class_PharData_getPath, ZEND_ACC_PUBLIC)
H A Dphar_object.c2671 PHP_METHOD(Phar, getPath) in PHP_METHOD() argument
/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php10 public function getPath() {} function in SplFileInfo
H A Dspl_directory_arginfo.h258 ZEND_METHOD(SplFileInfo, getPath);
350 ZEND_ME(SplFileInfo, getPath, arginfo_class_SplFileInfo_getPath, ZEND_ACC_PUBLIC)
H A Dspl_directory.c873 PHP_METHOD(SplFileInfo, getPath) in PHP_METHOD() argument

Completed in 41 milliseconds