Searched refs:getPath (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/ext/spl/tests/SplFileObject/ |
H A D | bug36258.phpt | 2 Bug #36258 (SplFileObject::getPath() may lead to segfault) 10 var_dump($file->getPath());
|
H A D | fileobject_003.phpt | 30 var_dump($f->getPath()); 31 $l = substr($f->getPath(), -1); 38 var_dump($fo->getPathName(), $fo->getFileName(), $fo->getPath());
|
H A D | fileobject_004.phpt | 13 var_dump($fo->getPath());
|
/PHP-8.3/ext/phar/tests/ |
H A D | phar_decompress.phpt | 26 copy($gz->getPath(), $fname2); 30 echo $unc->getPath() . "\n"; 32 echo $unc2->getPath() . "\n"; 34 echo $unc3->getPath() . "\n";
|
H A D | phar_convert_again.phpt | 28 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 D | badparameters.phpt | 77 echo $a->getPath() . "\n";
|
/PHP-8.3/ext/spl/tests/ |
H A D | GlobIterator_internal_null_pointer.phpt | 2 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 D | bug55701.phpt | 149 echo "->getPath()... "; 152 $o->getPath(); 315 ->getPath()... ran normally (expected)
|
/PHP-8.3/ext/xsl/tests/ |
H A D | bug69168.phpt | 15 <xsl:value-of select="php:function('getPath',uid)"/><br /> 21 function getPath($input){
|
/PHP-8.3/ext/phar/ |
H A D | phar_object.stub.php | 132 public function getPath(): string {} function in Phar 365 public function getPath(): string {} function in PharData
|
H A D | phar_object_arginfo.h | 407 ZEND_METHOD(Phar, getPath); 486 ZEND_ME(Phar, getPath, arginfo_class_Phar_getPath, ZEND_ACC_PUBLIC) 547 ZEND_MALIAS(Phar, getPath, getPath, arginfo_class_PharData_getPath, ZEND_ACC_PUBLIC)
|
H A D | phar_object.c | 2668 PHP_METHOD(Phar, getPath) in PHP_METHOD() argument
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.stub.php | 11 public function getPath(): string {} function in SplFileInfo
|
H A D | spl_directory_arginfo.h | 277 ZEND_METHOD(SplFileInfo, getPath); 370 ZEND_ME(SplFileInfo, getPath, arginfo_class_SplFileInfo_getPath, ZEND_ACC_PUBLIC)
|
H A D | spl_directory.c | 881 PHP_METHOD(SplFileInfo, getPath) in PHP_METHOD() argument
|
Completed in 44 milliseconds