[E005] Error: unexpected token `fn`, expecting a variable
   ,-[code.php:1:26]
   |
 1 | <?php class Foo { public fn() {}; }
   *                          ^|  
   *                           `-- expected a variable
---'

