Searched refs:getFilename (Results 1 – 25 of 31) sorted by relevance
12
/PHP-8.4/ext/spl/tests/ |
H A D | SplFileinfo_getFilename_basic.phpt | 2 SPL: SplFileInfo::getFilename() basic test 6 echo (new \SplFileInfo('/path/to/a.txt'))->getFilename() . PHP_EOL; 7 echo (new \SplFileInfo('path/to/b'))->getFilename() . PHP_EOL; 8 echo (new \SplFileInfo('c.txt'))->getFilename() . PHP_EOL; 9 echo (new \SplFileInfo('d'))->getFilename() . PHP_EOL; 10 echo (new \SplFileInfo('~/path/to//e'))->getFilename() . PHP_EOL . PHP_EOL;
|
H A D | bug51068.phpt | 10 var_dump($f->getFilename()); 15 var_dump($f->getFilename()); 20 var_dump($f->getFilename());
|
H A D | gh12721.phpt | 2 GH-12721 (SplFileInfo::getFilename() segfault in combination with GlobIterator and no directory sep… 11 echo $fileInfo->getFilename(), "\n"; 20 echo $fileInfo->getFilename(), "\n";
|
H A D | bug36287.phpt | 12 var_Dump($file->getFilename()); 14 var_dump($file->getFilename());
|
H A D | bug65069.phpt | 20 echo $file_info->getFilename() . "\n"; 25 echo $file_info->getFilename() . "\n";
|
H A D | GlobIterator_internal_null_pointer.phpt | 16 echo "Test getFilename()\n"; 17 var_dump($o->getFilename()); 67 Test getFilename()
|
H A D | bug42364.phpt | 15 echo $e->getFilename(), " is a ", gettype($e->getRealPath()), "\n";
|
H A D | bug68825.phpt | 22 if ('bug' === $entry->getFilename()) {
|
H A D | bug78863.phpt | 14 var_dump($fileinfo->getFilename());
|
H A D | bug79987.phpt | 19 var_dump($x->getFilename());
|
H A D | gh11338.phpt | 10 var_dump($file->getFilename());
|
H A D | DirectoryIterator_getExtension_basic.phpt | 25 $nfo_exts[] = pathinfo($file->getFilename(), PATHINFO_EXTENSION);
|
/PHP-8.4/ext/phar/tests/ |
H A D | phar_oo_006.phpt | 32 echo $phar['a.php']->getFilename() . "\n"; 33 echo $phar['b/c.php']->getFilename() . "\n"; 34 echo $phar['b.php']->getFilename() . "\n";
|
H A D | bug77565.phpt | 8 var_dump($phar['1.zip']->getFilename());
|
H A D | phar_oo_004.phpt | 17 var_dump($ent->getFilename()); 70 var_dump($ent->getFilename());
|
H A D | phar_oo_003.phpt | 16 var_dump($ent->getFilename());
|
H A D | phar_oo_002.phpt | 24 var_dump($ent->getFilename()); 44 var_dump(str_replace('\\', '/', $ent->getFilename()));
|
/PHP-8.4/ext/reflection/tests/ |
H A D | 009.phpt | 24 echo "--getFilename--\n"; 25 var_dump($func->getFilename()); 69 --getFilename--
|
H A D | 025.phpt | 24 echo "--getFilename--\n"; 25 var_dump($func->getFilename()); 69 --getFilename--
|
/PHP-8.4/ext/spl/tests/SplFileObject/ |
H A D | bug36258.phpt | 9 var_dump($file->getFilename());
|
H A D | fileobject_004.phpt | 14 var_dump($fo->getFilename());
|
/PHP-8.4/ext/curl/ |
H A D | curl_file.stub.php | 15 public function getFilename(): string {} function in CURLFile
|
H A D | curl_file_arginfo.h | 32 ZEND_METHOD(CURLFile, getFilename); 41 ZEND_ME(CURLFile, getFilename, arginfo_class_CURLFile_getFilename, ZEND_ACC_PUBLIC)
|
/PHP-8.4/ext/standard/tests/dir/ |
H A D | dir_bug73971.phpt | 29 var_dump($finfo->getFilename());
|
/PHP-8.4/ext/spl/ |
H A D | spl_directory.stub.php | 14 public function getFilename(): string {} function in SplFileInfo 112 public function getFilename(): string {} function in DirectoryIterator
|
Completed in 22 milliseconds
12