phpclassfunctionreserved

Can I use PHP reserved names for my functions and classes?


I'd like to create a function called "new" and a class called "case".

Can I do that in PHP?


Solution

  • No, you can't. Thank god.