We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line is strange / not sur it should be handled, and the suppressError mode is not handled : https://github.com/glayzzle/php-parser/blame/master/src/parser/variable.js#L131
Introduced from : 21de90b
Should check PHP support & implement missing features
The text was updated successfully, but these errors were encountered:
Ok, this feature was introduced from PHP 7 : https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y#L1097
Sorry, something went wrong.
Here some parsing errors :
$var::arg::!;
$var::foo::bar
#107 - self & parent are identifiers to be consistent with PHP tokens
a9fd202
4cd196b
ichiriac
No branches or pull requests
This line is strange / not sur it should be handled, and the suppressError mode is not handled :
https://github.com/glayzzle/php-parser/blame/master/src/parser/variable.js#L131
Introduced from :
21de90b
Should check PHP support & implement missing features
The text was updated successfully, but these errors were encountered: