Home
last modified time | relevance | path

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

/php-src/Zend/tests/
H A Dclosure_068.phpt12 var_dump($r->getNamespaceName());
14 var_dump($r->getNamespaceName() . ($r->inNamespace() ? '\\' : '') . $r->getShortName() === $r->getN…
17 var_dump($r->getNamespaceName() === $r2->getNamespaceName());
H A Dclosure_067.phpt20 var_dump($r->getNamespaceName());
24 var_dump($r->getNamespaceName() . ($r->inNamespace() ? '\\' : '') . $r->getShortName() === $r->getN…
/php-src/ext/reflection/tests/
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 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_toString_001.phpt495 Method [ <internal:Reflection> public method getNamespaceName ] {
/php-src/ext/reflection/
H A Dphp_reflection.stub.php81 public function getNamespaceName(): string {} function in ReflectionFunctionAbstract
435 public function getNamespaceName(): string {} function in ReflectionClass
913 public function getNamespaceName(): string {} function in ReflectionConstant
H A Dphp_reflection_arginfo.h728 ZEND_METHOD(ReflectionFunctionAbstract, getNamespaceName);
833 ZEND_METHOD(ReflectionClass, getNamespaceName);
967 ZEND_METHOD(ReflectionConstant, getNamespaceName);
998 …ZEND_ME(ReflectionFunctionAbstract, getNamespaceName, arginfo_class_ReflectionFunctionAbstract_get…
1121 …ZEND_ME(ReflectionClass, getNamespaceName, arginfo_class_ReflectionClass_getNamespaceName, ZEND_AC…
1331 …ZEND_ME(ReflectionConstant, getNamespaceName, arginfo_class_ReflectionConstant_getNamespaceName, Z…
H A Dphp_reflection.c3598 ZEND_METHOD(ReflectionFunctionAbstract, getNamespaceName) in ZEND_METHOD() argument
5725 ZEND_METHOD(ReflectionClass, getNamespaceName) in ZEND_METHOD() argument
7768 ZEND_METHOD(ReflectionConstant, getNamespaceName) in ZEND_METHOD() argument

Completed in 57 milliseconds