greenlion / PHP-SQL-Parser

A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
BSD 3-Clause "New" or "Revised" License
601 stars 156 forks source link

fix php8.2: definition of property $created #372

Closed podolinek closed 1 year ago

podolinek commented 1 year ago

to avoid creating dynamic property

podolinek commented 1 year ago

PHPunit doesn't work for php7.2 and lower and for 7.3 some bugs in tests.

mmcev106 commented 1 year ago

@podolinek, is this a duplicate of #370?

podolinek commented 1 year ago

Hah, duplicate, correct. But tests access to variable $created out of the class, so public required.

mmcev106 commented 1 year ago

Thanks for the tip! I just changed it to public.