Tyson Andre

Results 313 issues of Tyson Andre

Run this alongside Travis CI - Start testing this with php 8.2, the feature freeze was in July with the first beta https://wiki.php.net/todo/php82 - php betas are often late for...

Any expression can be used as of 8.0 without an unexpected syntax error. In encapsulated strings, `"${a->prop}"` is equivalent to `"{${(a->prop)}}"` in php 8.0 and a syntax error in previous...

1. Support https://wiki.php.net/rfc/readonly_classes - the class modifiers become repeatable, it becomes a compile error rather than a parse error to repeat modifiers or to combine abstract&final 2. Support https://wiki.php.net/rfc/constants_in_traits 3....

E.g. to `tools` or `bin` This will help people who are developing libraries using this parser, as well as trying to debug the behavior on a given file/snippet. I didn't...

feature

One way to fix this would be to have `tests/cases/grammar/skipped.json` and `tests/cases/lexical/skipped.json`, and have the corresponding test cases load the corresponding skipped files. Example: tests/skipped.json currently contains `stringLiteral16.php`. This skips...

bug
test-infrastructure

Similar to #83 Motivation: - More likely that phpdoc will remain accurate when refactoring - Improved autocompletion and error detection in projects using tolerant-php-parser - Detect potential bugs in new...

continuous-improvement

```bash $ php --no-php-ini -d short_open_tag=0 -r 'echo json_encode(token_get_all("

test-infrastructure

Motivations: - If these were unavailable, applications would have to extract the string from the file contents, trim whitespace to check if something was a magic constant (e.g. to know...

feature

CircleCI was enabled this year, but fails because there's no configuration file