Searched refs:getFilename (Results 1 – 25 of 26) sorted by relevance
12
/PHP-8.0/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 | 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.0/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 | 10 var_dump($phar['1.zip']->getFilename());
|
H A D | phar_oo_004.phpt | 19 var_dump($ent->getFilename()); 72 var_dump($ent->getFilename());
|
H A D | phar_oo_003.phpt | 16 var_dump($ent->getFilename());
|
H A D | phar_oo_002.phpt | 20 var_dump($ent->getFilename()); 40 var_dump(str_replace('\\', '/', $ent->getFilename()));
|
H A D | phar_oo_005.phpt | 25 var_dump(str_replace('\\', '/', $sub->getFilename()));
|
/PHP-8.0/ext/curl/ |
H A D | curl_file_arginfo.h | 27 ZEND_METHOD(CURLFile, getFilename); 36 ZEND_ME(CURLFile, getFilename, arginfo_class_CURLFile_getFilename, ZEND_ACC_PUBLIC)
|
H A D | curl_file.stub.php | 10 public function getFilename() {} function in CURLFile
|
H A D | curl_file.c | 89 ZEND_METHOD(CURLFile, getFilename) in ZEND_METHOD() argument
|
/PHP-8.0/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.0/ext/spl/ |
H A D | spl_directory.stub.php | 13 public function getFilename() {} function in SplFileInfo 108 public function getFilename() {} function in DirectoryIterator
|
H A D | spl_directory_arginfo.h | 259 ZEND_METHOD(SplFileInfo, getFilename); 288 ZEND_METHOD(DirectoryIterator, getFilename); 351 ZEND_ME(SplFileInfo, getFilename, arginfo_class_SplFileInfo_getFilename, ZEND_ACC_PUBLIC) 386 …ZEND_ME(DirectoryIterator, getFilename, arginfo_class_DirectoryIterator_getFilename, ZEND_ACC_PUBL… 396 …ZEND_MALIAS(DirectoryIterator, __toString, getFilename, arginfo_class_DirectoryIterator___toString…
|
/PHP-8.0/ext/standard/tests/dir/ |
H A D | dir_bug73971.phpt | 29 var_dump($finfo->getFilename());
|
/PHP-8.0/ext/curl/tests/ |
H A D | curl_file_upload.phpt | 35 var_dump($file->getFilename());
|
Completed in 23 milliseconds
12