Home
last modified time | relevance | path

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

/PHP-8.4/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-8.4/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-8.4/ext/reflection/
H A Dphp_reflection.stub.php81 public function getNamespaceName(): string {} function in ReflectionFunctionAbstract
435 public function getNamespaceName(): string {} function in ReflectionClass
917 public function getNamespaceName(): string {} function in ReflectionConstant
H A Dphp_reflection_arginfo.h734 ZEND_METHOD(ReflectionFunctionAbstract, getNamespaceName);
839 ZEND_METHOD(ReflectionClass, getNamespaceName);
974 ZEND_METHOD(ReflectionConstant, getNamespaceName);
1005 …ZEND_ME(ReflectionFunctionAbstract, getNamespaceName, arginfo_class_ReflectionFunctionAbstract_get…
1128 …ZEND_ME(ReflectionClass, getNamespaceName, arginfo_class_ReflectionClass_getNamespaceName, ZEND_AC…
1339 …ZEND_ME(ReflectionConstant, getNamespaceName, arginfo_class_ReflectionConstant_getNamespaceName, Z…
H A Dphp_reflection.c3615 ZEND_METHOD(ReflectionFunctionAbstract, getNamespaceName) in ZEND_METHOD() argument
5744 ZEND_METHOD(ReflectionClass, getNamespaceName) in ZEND_METHOD() argument
7820 ZEND_METHOD(ReflectionConstant, getNamespaceName) in ZEND_METHOD() argument
/PHP-8.4/
H A DNEWS335 . Fixed bug GH-16122 (The return value of ReflectionFunction::getNamespaceName()

Completed in 43 milliseconds