SOF3 / pharynx

A tool to recompile PHP sources into a phar in PSR-0
Apache License 2.0
16 stars 3 forks source link

enum support #3

Closed yuyaprgrm closed 1 year ago

yuyaprgrm commented 1 year ago

I got error message below:

[14:44:55] Error parsing /home/yuyaprgrm/dev/SamplePlugin/src/helloworld/SampleEnum.php: Trailing non-whitespace bytes T_ENUM

I found PhpFile does not process enums at all, so I added support for enums.

SOF3 commented 1 year ago

have you tested this PR?

yuyaprgrm commented 1 year ago

I just added tests for php8.1 and run it on php 8.0, 8.1, 8.2. and I found I had completely broken dependencies for php 8.0 🤔

SOF3 commented 1 year ago

Please fix the code style