Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
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.phpt409 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
407 public function getExtensionName(): string|false {} function in ReflectionClass
H A Dphp_reflection_arginfo.h652 ZEND_METHOD(ReflectionFunctionAbstract, getExtensionName);
750 ZEND_METHOD(ReflectionClass, getExtensionName);
907 …ZEND_ME(ReflectionFunctionAbstract, getExtensionName, arginfo_class_ReflectionFunctionAbstract_get…
1023 …ZEND_ME(ReflectionClass, getExtensionName, arginfo_class_ReflectionClass_getExtensionName, ZEND_AC…
H A Dphp_reflection.c2216 ZEND_METHOD(ReflectionFunctionAbstract, getExtensionName) in ZEND_METHOD() argument
5464 ZEND_METHOD(ReflectionClass, getExtensionName) in ZEND_METHOD() argument

Completed in 45 milliseconds