Home
last modified time | relevance | path

Searched refs:getNamespaceName (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionConstant_ns.phpt17 var_dump((new \ReflectionConstant('C'))->getNamespaceName());
18 var_dump((new \ReflectionConstant('\\C'))->getNamespaceName());
19 var_dump((new \ReflectionConstant('Foo\\C'))->getNamespaceName());
20 var_dump((new \ReflectionConstant('\\Foo\\C'))->getNamespaceName());
H A DReflectionClass_getNamespaceName.phpt2 ReflectionClass::getNamespaceName()
12 var_dump($function->getNamespaceName());
18 var_dump($function->getNamespaceName());
H A DReflectionFunction_getNamespaceName.phpt2 ReflectionFunction::getNamespaceName()
11 var_dump($function->getNamespaceName());
17 var_dump($function->getNamespaceName());
H A DReflectionClass_toString_001.phpt423 Method [ <internal:Reflection> public method getNamespaceName ] {
/php-src/ext/reflection/
H A Dphp_reflection.stub.php81 public function getNamespaceName(): string {} function in ReflectionFunctionAbstract
413 public function getNamespaceName(): string {} function in ReflectionClass
846 public function getNamespaceName(): string {} function in ReflectionConstant
H A Dphp_reflection_arginfo.h655 ZEND_METHOD(ReflectionFunctionAbstract, getNamespaceName);
752 ZEND_METHOD(ReflectionClass, getNamespaceName);
871 ZEND_METHOD(ReflectionConstant, getNamespaceName);
910 …ZEND_ME(ReflectionFunctionAbstract, getNamespaceName, arginfo_class_ReflectionFunctionAbstract_get…
1025 …ZEND_ME(ReflectionClass, getNamespaceName, arginfo_class_ReflectionClass_getNamespaceName, ZEND_AC…
1220 …ZEND_ME(ReflectionConstant, getNamespaceName, arginfo_class_ReflectionConstant_getNamespaceName, Z…
H A Dphp_reflection.c3574 ZEND_METHOD(ReflectionFunctionAbstract, getNamespaceName) in ZEND_METHOD() argument
5502 ZEND_METHOD(ReflectionClass, getNamespaceName) in ZEND_METHOD() argument
7173 ZEND_METHOD(ReflectionConstant, getNamespaceName) in ZEND_METHOD() argument

Completed in 76 milliseconds