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
411 public function getNamespaceName(): string {} function in ReflectionClass
844 public function getNamespaceName(): string {} function in ReflectionConstant
H A Dphp_reflection_arginfo.h653 ZEND_METHOD(ReflectionFunctionAbstract, getNamespaceName);
749 ZEND_METHOD(ReflectionClass, getNamespaceName);
868 ZEND_METHOD(ReflectionConstant, getNamespaceName);
907 …ZEND_ME(ReflectionFunctionAbstract, getNamespaceName, arginfo_class_ReflectionFunctionAbstract_get…
1021 …ZEND_ME(ReflectionClass, getNamespaceName, arginfo_class_ReflectionClass_getNamespaceName, ZEND_AC…
1216 …ZEND_ME(ReflectionConstant, getNamespaceName, arginfo_class_ReflectionConstant_getNamespaceName, Z…
H A Dphp_reflection.c3579 ZEND_METHOD(ReflectionFunctionAbstract, getNamespaceName) in ZEND_METHOD() argument
5507 ZEND_METHOD(ReflectionClass, getNamespaceName) in ZEND_METHOD() argument
7301 ZEND_METHOD(ReflectionConstant, getNamespaceName) in ZEND_METHOD() argument

Completed in 63 milliseconds