Reserved word
From Php
Reserved words are words that have special meaning to the compiler. The compiler wants to use them, so you can't.
See the list of reserved words in php.
Reserved words are words that have special meaning to the compiler. The compiler wants to use them, so you can't.
See the list of reserved words in php.