Searched refs:getNamespaceName (Results 1 – 10 of 10) sorted by relevance
/PHP-8.4/Zend/tests/ |
H A D | closure_068.phpt | 12 var_dump($r->getNamespaceName()); 14 var_dump($r->getNamespaceName() . ($r->inNamespace() ? '\\' : '') . $r->getShortName() === $r->getN… 17 var_dump($r->getNamespaceName() === $r2->getNamespaceName());
|
H A D | closure_067.phpt | 20 var_dump($r->getNamespaceName()); 24 var_dump($r->getNamespaceName() . ($r->inNamespace() ? '\\' : '') . $r->getShortName() === $r->getN…
|
/PHP-8.4/ext/reflection/tests/ |
H A D | ReflectionClass_getNamespaceName.phpt | 2 ReflectionClass::getNamespaceName() 12 var_dump($function->getNamespaceName()); 18 var_dump($function->getNamespaceName());
|
H A D | ReflectionFunction_getNamespaceName.phpt | 2 ReflectionFunction::getNamespaceName() 11 var_dump($function->getNamespaceName()); 17 var_dump($function->getNamespaceName());
|
H A D | ReflectionConstant_ns.phpt | 17 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 D | ReflectionClass_toString_001.phpt | 495 Method [ <internal:Reflection> public method getNamespaceName ] {
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 81 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 D | php_reflection_arginfo.h | 734 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 D | php_reflection.c | 3615 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 D | NEWS | 335 . Fixed bug GH-16122 (The return value of ReflectionFunction::getNamespaceName()
|
Completed in 43 milliseconds