I\'d like to create a function called \"new\" and a class called \"case\".
Can I do that in PHP?
You can't do that, an alternative option is to just use _case() or _new() as the function names
Also check out:
Is it possible to "escape" a method name in PHP, to be able to have a method name that clashes with a reserved keyword?