Searched refs:inNamespace (Results 1 – 8 of 8) sorted by relevance
/php-src/Zend/tests/closures/ |
H A D | closure_068.phpt | 2 ReflectionFunction::get{Short,Namespace}Name() and inNamespace() return the correct data for first … 13 var_dump($r->inNamespace()); 14 var_dump($r->getNamespaceName() . ($r->inNamespace() ? '\\' : '') . $r->getShortName() === $r->getN… 18 var_dump($r->inNamespace() === $r2->inNamespace());
|
H A D | closure_067.phpt | 2 ReflectionFunction::get{Short,Namespace}Name() and inNamespace() return the correct data for closur… 22 var_dump($r->inNamespace()); 24 var_dump($r->getNamespaceName() . ($r->inNamespace() ? '\\' : '') . $r->getShortName() === $r->getN…
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionClass_getNamespaceName.phpt | 10 var_dump($function->inNamespace()); 16 var_dump($function->inNamespace());
|
H A D | ReflectionFunction_getNamespaceName.phpt | 9 var_dump($function->inNamespace()); 15 var_dump($function->inNamespace());
|
H A D | ReflectionClass_toString_001.phpt | 488 Method [ <internal:Reflection> public method inNamespace ] {
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 28 public function inNamespace(): bool {} function in ReflectionFunctionAbstract 426 public function inNamespace(): bool {} function in ReflectionClass
|
H A D | php_reflection_arginfo.h | 724 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace); 846 ZEND_METHOD(ReflectionClass, inNamespace); 998 …ZEND_ME(ReflectionFunctionAbstract, inNamespace, arginfo_class_ReflectionFunctionAbstract_inNamesp… 1138 ZEND_ME(ReflectionClass, inNamespace, arginfo_class_ReflectionClass_inNamespace, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 3482 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace) in ZEND_METHOD() argument 5518 ZEND_METHOD(ReflectionClass, inNamespace) in ZEND_METHOD() argument
|
Completed in 51 milliseconds