Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/tests/
H A DReflectionFunction_getExtensionName.phpt2 ReflectionFunction::getExtensionName()
8 var_dump($function->getExtensionName());
11 var_dump($function->getExtensionName());
H A DReflectionClass_getExtensionName_variation.phpt2 ReflectionClass::getExtensionName() method - variation test for getExtensionName()
15 var_dump( $rc->getExtensionName()) ;
H A DReflectionClass_getExtensionName_basic.phpt2 ReflectionClass::getExtensionName() method - basic test for getExtensionName() method
11 var_dump( $rc->getExtensionName()) ;
H A D019.phpt2 ReflectionFunction::getExtensionName
6 var_dump($f->getExtensionName());
H A D001.phpt57 'UMLClass::getExtensionName');
H A DReflectionClass_toString_001.phpt351 Method [ <internal:Reflection> public method getExtensionName ] {
/PHP-7.4/scripts/dev/
H A Dsearch_underscores.php50 if (!($ext = $ref->getExtensionName())) {;
/PHP-7.4/ext/mysqli/tests/
H A Dreflection_tools.inc16 printf("Extension: '%s'\n", $class->getExtensionName());
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2040 ZEND_METHOD(reflection_function, getExtensionName) in ZEND_METHOD() argument
5147 ZEND_METHOD(reflection_class, getExtensionName) in ZEND_METHOD() argument
6370 ZEND_ME(reflection_function, getExtensionName, arginfo_reflection__void, 0)
6593 ZEND_ME(reflection_class, getExtensionName, arginfo_reflection__void, 0)

Completed in 45 milliseconds