Home
last modified time | relevance | path

Searched refs:inNamespace (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/tests/
H A Dclosure_068.phpt2 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 Dclosure_067.phpt2 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 DReflectionClass_getNamespaceName.phpt10 var_dump($function->inNamespace());
16 var_dump($function->inNamespace());
H A DReflectionFunction_getNamespaceName.phpt9 var_dump($function->inNamespace());
15 var_dump($function->inNamespace());
H A DReflectionClass_toString_001.phpt488 Method [ <internal:Reflection> public method inNamespace ] {
/php-src/ext/reflection/
H A Dphp_reflection.stub.php28 public function inNamespace(): bool {} function in ReflectionFunctionAbstract
432 public function inNamespace(): bool {} function in ReflectionClass
H A Dphp_reflection_arginfo.h710 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace);
832 ZEND_METHOD(ReflectionClass, inNamespace);
980 …ZEND_ME(ReflectionFunctionAbstract, inNamespace, arginfo_class_ReflectionFunctionAbstract_inNamesp…
1120 ZEND_ME(ReflectionClass, inNamespace, arginfo_class_ReflectionClass_inNamespace, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c3576 ZEND_METHOD(ReflectionFunctionAbstract, inNamespace) in ZEND_METHOD() argument
5707 ZEND_METHOD(ReflectionClass, inNamespace) in ZEND_METHOD() argument

Completed in 38 milliseconds