Open gignonje opened 5 years ago
Starting from PHP 7.2, "Object" is reserved class name, throwing this error: Compile Error: Cannot use 'Object' as class name as it is reserved
Compile Error: Cannot use 'Object' as class name as it is reserved
I renamed the class "Object" to "Element" to fix this.
Feel free to comment or ask if you questions.
It works great in PHP7.2+ Please, merge this pull faster
I don't think this pull will be merged as there is no commit since 2015. :(
Starting from PHP 7.2, "Object" is reserved class name, throwing this error:
Compile Error: Cannot use 'Object' as class name as it is reserved
I renamed the class "Object" to "Element" to fix this.
Feel free to comment or ask if you questions.