Home
last modified time | relevance | path

Searched refs:getClosureScopeClass (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt2 Reflection::getClosureScopeClass()
7 var_dump($rf->getClosureScopeClass());
17 var_dump($rf->getClosureScopeClass());
H A Dbug66430.phpt30 echo "scope cl of c(alpha.bravo): ", $reflectionC->getClosureScopeClass()->getName().PHP_EOL;
/PHP-8.0/Zend/tests/
H A Dclosure_042.phpt10 var_dump($rm->getClosureScopeClass()->name); //dummy sope is Closure
16 var_dump($rm->getClosureScopeClass()->name); //dummy sope is Closure
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php49 public function getClosureScopeClass() {} function in ReflectionFunctionAbstract
H A Dphp_reflection_arginfo.h505 ZEND_METHOD(ReflectionFunctionAbstract, getClosureScopeClass);
724 …ZEND_ME(ReflectionFunctionAbstract, getClosureScopeClass, arginfo_class_ReflectionFunctionAbstract…
H A Dphp_reflection.c1618 ZEND_METHOD(ReflectionFunctionAbstract, getClosureScopeClass) in ZEND_METHOD() argument

Completed in 37 milliseconds