Searched refs:getFilename (Results 1 – 25 of 27) sorted by relevance
12
/PHP-8.1/ext/spl/tests/ |
H A D | bug51068.phpt | 10 var_dump($f->getFilename()); 15 var_dump($f->getFilename()); 20 var_dump($f->getFilename());
|
H A D | bug36287.phpt | 12 var_Dump($file->getFilename()); 14 var_dump($file->getFilename());
|
H A D | bug36258.phpt | 9 var_dump($file->getFilename());
|
H A D | fileobject_004.phpt | 14 var_dump($fo->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);
|
H A D | bug55701.phpt | 119 echo "->getFilename()... "; 122 $o->getFilename(); 310 ->getFilename()... ran normally (expected)
|
/PHP-8.1/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()));
|
H A D | phar_oo_005.phpt | 23 var_dump(str_replace('\\', '/', $sub->getFilename()));
|
/PHP-8.1/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.1/ext/curl/ |
H A D | curl_file.stub.php | 15 public function getFilename(): string {} function in CURLFile
|
H A D | curl_file_arginfo.h | 33 ZEND_METHOD(CURLFile, getFilename); 43 ZEND_ME(CURLFile, getFilename, arginfo_class_CURLFile_getFilename, ZEND_ACC_PUBLIC)
|
H A D | curl_file.c | 89 ZEND_METHOD(CURLFile, getFilename) in ZEND_METHOD() argument
|
/PHP-8.1/ext/standard/tests/dir/ |
H A D | dir_bug73971.phpt | 29 var_dump($finfo->getFilename());
|
/PHP-8.1/ext/spl/ |
H A D | spl_directory.stub.php | 14 public function getFilename(): string {} function in SplFileInfo 109 public function getFilename(): string {} function in DirectoryIterator
|
H A D | spl_directory_arginfo.h | 277 ZEND_METHOD(SplFileInfo, getFilename); 306 ZEND_METHOD(DirectoryIterator, getFilename); 370 ZEND_ME(SplFileInfo, getFilename, arginfo_class_SplFileInfo_getFilename, ZEND_ACC_PUBLIC) 405 …ZEND_ME(DirectoryIterator, getFilename, arginfo_class_DirectoryIterator_getFilename, ZEND_ACC_PUBL… 415 …ZEND_MALIAS(DirectoryIterator, __toString, getFilename, arginfo_class_DirectoryIterator___toString…
|
Completed in 20 milliseconds
12