Home
last modified time | relevance | path

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

/PHP-7.4/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();
314 ->getPath()... ran normally (expected)
/PHP-7.4/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.phpt52 echo $a->getPath() . "\n";
/PHP-7.4/ext/spl/
H A Dspl_directory.c881 SPL_METHOD(SplFileInfo, getPath) in SPL_METHOD() argument
1914 SPL_ME(SplFileInfo, getPath, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/phar/
H A Dphar_object.c2703 PHP_METHOD(Phar, getPath) in PHP_METHOD() argument
5313 PHP_ME(Phar, getPath, arginfo_phar__void, ZEND_ACC_PUBLIC)
5382 PHP_ME(Phar, getPath, arginfo_phar__void, ZEND_ACC_PUBLIC)

Completed in 32 milliseconds