Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/tests/
H A Dgh10623.phpt2 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());
H A DReflectionFunction_getClosureUsedVariables.phpt2 ReflectionFunctionAbstract::getClosureUsedVariables
7 var_dump($reflector->getClosureUsedVariables());
15 var_dump($reflector->getClosureUsedVariables());
26 var_dump($reflector->getClosureUsedVariables());
32 var_dump($reflector->getClosureUsedVariables());
40 var_dump($reflector->getClosureUsedVariables());
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php60 public function getClosureUsedVariables(): array {} function in ReflectionFunctionAbstract
H A Dphp_reflection_arginfo.h623 ZEND_METHOD(ReflectionFunctionAbstract, getClosureUsedVariables);
870 …ZEND_ME(ReflectionFunctionAbstract, getClosureUsedVariables, arginfo_class_ReflectionFunctionAbstr…
H A Dphp_reflection.c1735 ZEND_METHOD(ReflectionFunctionAbstract, getClosureUsedVariables) in ZEND_METHOD() argument
/PHP-8.2/
H A DNEWS1845 . Fixed bug GH-10623 (Reflection::getClosureUsedVariables opcode fix with

Completed in 44 milliseconds