FunctionParser icon indicating copy to clipboard operation
FunctionParser copied to clipboard

- fix in parseContext() - will handle properly variables with NULL value

Open kenashkov opened this issue 5 years ago • 0 comments

Fixes:

$a = NULL;
$f = function() use ($a) {
}

kenashkov avatar Jul 31 '19 15:07 kenashkov