Home
last modified time | relevance | path

Searched refs:getExtension (Results 1 – 21 of 21) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionFunction_getExtension.phpt2 ReflectionFunction::getExtension()
8 var_dump($function->getExtension());
11 var_dump($function->getExtension());
H A DReflectionClass_getExtension_variation.phpt2 ReflectionClass::getExtension() method - variation test for getExtension()
15 var_dump( $rc->getExtension()) ;
H A DReflectionClass_getExtension_basic.phpt2 ReflectionClass::getExtension() method - basic test for getExtension() method
11 var_dump($rc->getExtension()) ;
H A D001.phpt55 'UMLClass::getExtension',
H A DReflectionClass_toString_001.phpt474 Method [ <internal:Reflection> public method getExtension ] {
/php-src/ext/spl/tests/
H A DSplFileInfo_getExtension_basic-win32.phpt2 SPL: SplFileInfo::getExtension() basic test
9 $file = md5('SplFileInfo::getExtension');
14 var_dump($info->getExtension(), pathinfo($file . $ext, PATHINFO_EXTENSION));
19 $file = md5('SplFileInfo::getExtension');
H A DSplFileInfo_getExtension_basic.phpt2 SPL: SplFileInfo::getExtension() basic test
9 $file = md5('SplFileInfo::getExtension');
14 var_dump($info->getExtension(), pathinfo($file . $ext, PATHINFO_EXTENSION));
19 $file = md5('SplFileInfo::getExtension');
H A DDirectoryIterator_getExtension_basic.phpt2 SPL: DirectoryIterator::getExtension() basic test
5 $dir = __DIR__ . DIRECTORY_SEPARATOR . md5('DirectoryIterator::getExtension') . DIRECTORY_SEPARATOR;
24 $dit_exts[] = $file->getExtension();
33 $dir = __DIR__ . DIRECTORY_SEPARATOR . md5('DirectoryIterator::getExtension') . DIRECTORY_SEPARAT…
H A Dspl_fileinfo_getextension_leadingdot.phpt2 SPL: Spl File Info test getExtension with leading dot
9 var_dump($fileInfo->getExtension());
H A Dgh12721.phpt12 echo $fileInfo->getExtension(), "\n";
21 echo $fileInfo->getExtension(), "\n";
H A DGlobIterator_internal_null_pointer.phpt14 echo "Test getExtension()\n";
15 var_dump($o->getExtension());
65 Test getExtension()
H A Dbug79987.phpt24 var_dump($x->getExtension());
H A Dbug55701.phpt113 echo "->getExtension()... ";
116 $o->getExtension();
309 ->getExtension()... ran normally (expected)
/php-src/scripts/dev/
H A Dfind_tested.php132 $extension = $reflectionFunction->getExtension();
155 $extension = $reflectionClass->getExtension();
H A Dtidy.php60 $lang = getLanguageFromExtension($file->getExtension());
/php-src/ext/spl/
H A Dspl_directory.stub.php17 public function getExtension(): string {} function in SplFileInfo
115 public function getExtension(): string {} function in DirectoryIterator
H A Dspl_directory_arginfo.h276 ZEND_METHOD(SplFileInfo, getExtension);
305 ZEND_METHOD(DirectoryIterator, getExtension);
366 ZEND_ME(SplFileInfo, getExtension, arginfo_class_SplFileInfo_getExtension, ZEND_ACC_PUBLIC)
400 …ZEND_ME(DirectoryIterator, getExtension, arginfo_class_DirectoryIterator_getExtension, ZEND_ACC_PU…
H A Dspl_directory.c908 PHP_METHOD(SplFileInfo, getExtension) in PHP_METHOD() argument
956 PHP_METHOD(DirectoryIterator, getExtension) in PHP_METHOD() argument
/php-src/ext/reflection/
H A Dphp_reflection.stub.php69 public function getExtension(): ?ReflectionExtension {} function in ReflectionFunctionAbstract
426 public function getExtension(): ?ReflectionExtension {} function in ReflectionClass
H A Dphp_reflection_arginfo.h724 ZEND_METHOD(ReflectionFunctionAbstract, getExtension);
830 ZEND_METHOD(ReflectionClass, getExtension);
994 …ZEND_ME(ReflectionFunctionAbstract, getExtension, arginfo_class_ReflectionFunctionAbstract_getExte…
1118 ZEND_ME(ReflectionClass, getExtension, arginfo_class_ReflectionClass_getExtension, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2210 ZEND_METHOD(ReflectionFunctionAbstract, getExtension) in ZEND_METHOD() argument
5669 ZEND_METHOD(ReflectionClass, getExtension) in ZEND_METHOD() argument

Completed in 93 milliseconds