hafriedlander / php-peg

PEG (parsing expression grammar) compiler for PHP
Other
191 stars 53 forks source link

PHP5 notices #11

Closed ksmolyanin closed 12 years ago

ksmolyanin commented 13 years ago

Some code in "Parser.php" leads to several PHP5 notices like " Declaration of ConservativePackrat::packhas() should be compatible with that of Parser::packhas()" - it is not an error but why not to fix it.

hafriedlander commented 12 years ago

I think this is fixed now (I implemented it slightly differently from your branch, but same effect). Thanks for raising this.