FunctionParser
FunctionParser copied to clipboard
- fix in parseContext() - will handle properly variables with NULL value
Fixes:
$a = NULL;
$f = function() use ($a) {
}