PaulPatat

Results 2 issues of PaulPatat

This seems to cause an infinite loop on PHP. The "a0" character probably came from a mysql import. ```Haxe class Eregtest { public static function main():Void { final hex =...

platform-php

If I have this extern for a CakePHP class ```haxe package cake.orm; import php.NativeArray; @:native("Cake\\ORM\\Table") extern class Table { function initialize(config:NativeArray):Void; } ```` And this subclass ```haxe package app.model.table; import...

platform-php