FunctionParser
FunctionParser copied to clipboard
Parses PHP functions/methods/closures to get the code
Results
1
FunctionParser issues
Sort by
recently updated
recently updated
newest added
Fixes: ```php $a = NULL; $f = function() use ($a) { } ```