[E047] Error: cannot use reserved keyword `return` as a constant name
   ,-[code.php:4:7]
   |
 4 | const return = 134;
   *       ^^^|^^  
   *          `---- try using a different name
---'

