Home
last modified time | relevance | path

Searched refs:getExtensionName (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionConstant_getExtensionName.phpt2 ReflectionConstant::getExtensionName()
9 var_dump($reflectionConstant->getExtensionName());
12 var_dump($reflectionConstant->getExtensionName());
16 var_dump($reflectionConstant->getExtensionName());
20 var_dump($reflectionConstant->getExtensionName());
H A DReflectionFunction_getExtensionName.phpt2 ReflectionFunction::getExtensionName()
8 var_dump($function->getExtensionName());
11 var_dump($function->getExtensionName());
H A DReflectionClass_getExtensionName_basic.phpt2 ReflectionClass::getExtensionName() method - basic test for getExtensionName() method
11 var_dump( $rc->getExtensionName()) ;
H A DReflectionClass_getExtensionName_variation.phpt2 ReflectionClass::getExtensionName() method - variation test for getExtensionName()
15 var_dump( $rc->getExtensionName()) ;
H A D019.phpt2 ReflectionFunction::getExtensionName
6 var_dump($f->getExtensionName());
H A D001.phpt56 'UMLClass::getExtensionName');
H A DReflectionClass_toString_001.phpt481 Method [ <internal:Reflection> public method getExtensionName ] {
/php-src/scripts/dev/
H A Dsearch_underscores.php48 if (!($ext = $ref->getExtensionName())) {;
/php-src/ext/reflection/
H A Dphp_reflection.stub.php72 public function getExtensionName(): string|false {} function in ReflectionFunctionAbstract
423 public function getExtensionName(): string|false {} function in ReflectionClass
923 public function getExtensionName(): string|false {} function in ReflectionConstant
H A Dphp_reflection_arginfo.h739 ZEND_METHOD(ReflectionFunctionAbstract, getExtensionName);
845 ZEND_METHOD(ReflectionClass, getExtensionName);
988 ZEND_METHOD(ReflectionConstant, getExtensionName);
1013 …ZEND_ME(ReflectionFunctionAbstract, getExtensionName, arginfo_class_ReflectionFunctionAbstract_get…
1137 …ZEND_ME(ReflectionClass, getExtensionName, arginfo_class_ReflectionClass_getExtensionName, ZEND_AC…
1356 …ZEND_ME(ReflectionConstant, getExtensionName, arginfo_class_ReflectionConstant_getExtensionName, Z…
H A Dphp_reflection.c2202 ZEND_METHOD(ReflectionFunctionAbstract, getExtensionName) in ZEND_METHOD() argument
5500 ZEND_METHOD(ReflectionClass, getExtensionName) in ZEND_METHOD() argument
7641 ZEND_METHOD(ReflectionConstant, getExtensionName) in ZEND_METHOD() argument
/php-src/
H A DNEWS45 . Added ReflectionConstant::getExtension() and ::getExtensionName().
H A DUPGRADING109 ReflectionConstant::getExtensionName() were introduced.

Completed in 40 milliseconds