php-parser-rs 0.1.3

A handwritten recursive-descent parser for PHP written in Rust
Documentation
1
2
3
4
5
6
7
8
[E044] Error: cannot use positional argument after named argument
   ,-[code.php:3:22]
   |
 3 | foo(name: 1, age: 2, 3);
   *                      |  
   *                      `-- try adding a name for this argument
---'