PaulPatat

Results 4 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

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

### Description Table::deleteAll: ```php * @param \Cake\Database\Expression\QueryExpression|\Closure|array|string|null $conditions Conditions to be used, accepts anything Query::where() can take. ``` Query::where: ```php * @param \Cake\Database\ExpressionInterface|\Closure|array|string|null $conditions The conditions to filter on. ```...

defect