Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A DReflectionFunction_getClosureCalledClass.phpt35 var_dump($r->getClosureCalledClass());
41 var_dump($r->getClosureCalledClass());
47 var_dump($r->getClosureCalledClass());
53 var_dump($r->getClosureCalledClass());
59 var_dump($r->getClosureCalledClass());
65 var_dump($r->getClosureCalledClass());
72 var_dump($r->getClosureCalledClass());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php58 public function getClosureCalledClass(): ?ReflectionClass {} function in ReflectionFunctionAbstract
H A Dphp_reflection_arginfo.h645 ZEND_METHOD(ReflectionFunctionAbstract, getClosureCalledClass);
899 …ZEND_ME(ReflectionFunctionAbstract, getClosureCalledClass, arginfo_class_ReflectionFunctionAbstrac…
H A Dphp_reflection.c1750 ZEND_METHOD(ReflectionFunctionAbstract, getClosureCalledClass) in ZEND_METHOD() argument

Completed in 31 milliseconds