You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I am aware that php is not very stax friendly. Running the tests I've been able to spot 2 or 3 minor bugs (in term of codes refactoring) that are enough to make php explode. I've reported on the haxe issue list and I will work on them asap. Thank you for reporting anyway, I'll try to add a specific test for your case too.
Parse error: syntax error, unexpected '(' in D:\stack\projects\PhpStax\bin\lib\Function2Extensions.class.php on line 207;
minimal case:
import Prelude;
import PreludeExtensions;
using Prelude;
using PreludeExtensions;
class Main {
}
The text was updated successfully, but these errors were encountered: