more7dev

Results 2 issues of more7dev

PHP 7.1 and above has [nullable types](http://php.net/manual/en/migration71.new-features.php). Parser doesn`t recognize them. Example: Change the example function declaration at the bottom of [demo.php](https://github.com/ircmaxell/php-cfg/blob/master/demo.php) and add nullable type: > function foo(?array $a)...

The parser incorrectly treats extended header attributes as main attributes. For example, in the header attribute `x-keepsent: XXXX:XXXX-XXXX:XXXX; type=4; name=$KeepSent`, the `name` attribute is mistakenly treated as a main attribute...

bug
validated
Feature request