Searched refs:getClosureScopeClass (Results 1 – 6 of 6) sorted by relevance
2 Reflection::getClosureScopeClass()7 var_dump($rf->getClosureScopeClass());17 var_dump($rf->getClosureScopeClass());
30 echo "scope cl of c(alpha.bravo): ", $reflectionC->getClosureScopeClass()->getName().PHP_EOL;
10 var_dump($rm->getClosureScopeClass()->name); //dummy scope is Closure16 var_dump($rm->getClosureScopeClass()->name); //dummy scope is Closure
55 public function getClosureScopeClass(): ?ReflectionClass {} function in ReflectionFunctionAbstract
725 ZEND_METHOD(ReflectionFunctionAbstract, getClosureScopeClass);996 …ZEND_ME(ReflectionFunctionAbstract, getClosureScopeClass, arginfo_class_ReflectionFunctionAbstract…
1752 ZEND_METHOD(ReflectionFunctionAbstract, getClosureScopeClass) in ZEND_METHOD() argument
Completed in 54 milliseconds