Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt2 Reflection::getClosureScopeClass()
11 var_dump($rf->getClosureScopeClass());
21 var_dump($rf->getClosureScopeClass());
H A Dbug66430.phpt30 echo "scope cl of c(alpha.bravo): ", $reflectionC->getClosureScopeClass()->getName().PHP_EOL;
/PHP-7.2/Zend/tests/
H A Dclosure_042.phpt12 var_dump($rm->getClosureScopeClass()->name); //dummy sope is Closure
18 var_dump($rm->getClosureScopeClass()->name); //dummy sope is Closure
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1681 ZEND_METHOD(reflection_function, getClosureScopeClass) in ZEND_METHOD() argument
6280 ZEND_ME(reflection_function, getClosureScopeClass, arginfo_reflection__void, 0)

Completed in 24 milliseconds