Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/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-7.3/ext/reflection/
H A Dphp_reflection.c1648 ZEND_METHOD(reflection_function, getClosureScopeClass) in ZEND_METHOD() argument
6180 ZEND_ME(reflection_function, getClosureScopeClass, arginfo_reflection__void, 0)

Completed in 20 milliseconds