Searched refs:getClosureUsedVariables (Results 1 – 5 of 5) sorted by relevance
2 GH-10623 (ReflectionFunction::getClosureUsedVariables() returns empty array in presence of variadic…11 var_dump((new ReflectionFunction($closure))->getClosureUsedVariables());14 var_dump((new ReflectionFunction($closure))->getClosureUsedVariables());17 var_dump((new ReflectionFunction($closure))->getClosureUsedVariables());20 var_dump((new ReflectionFunction($closure))->getClosureUsedVariables());23 var_dump((new ReflectionFunction($closure))->getClosureUsedVariables());26 var_dump((new ReflectionFunction($closure))->getClosureUsedVariables());29 var_dump((new ReflectionFunction($closure))->getClosureUsedVariables());
2 ReflectionFunctionAbstract::getClosureUsedVariables7 var_dump($reflector->getClosureUsedVariables());15 var_dump($reflector->getClosureUsedVariables());26 var_dump($reflector->getClosureUsedVariables());32 var_dump($reflector->getClosureUsedVariables());40 var_dump($reflector->getClosureUsedVariables());
60 public function getClosureUsedVariables(): array {} function in ReflectionFunctionAbstract
630 ZEND_METHOD(ReflectionFunctionAbstract, getClosureUsedVariables);880 …ZEND_ME(ReflectionFunctionAbstract, getClosureUsedVariables, arginfo_class_ReflectionFunctionAbstr…
1739 ZEND_METHOD(ReflectionFunctionAbstract, getClosureUsedVariables) in ZEND_METHOD() argument
Completed in 34 milliseconds