[E049] Error: cannot use named argument, only positional arguments are accepted
   ,-[code.php:3:5]
   |
 3 | die(status: 1);
   *     ^^^^|^^^^  
   *         `------ try changing this to a positional argument
---'

