Are PHP functions case sensitive?

I am quoting from this:

Note: Function names are
case-insensitive, though it is usually
good form to call functions as they
appear in their declaration.

So, its looks like user-defined functions are not case-sensitive, there was a vote for making functions/objects under PHP5 case-sensitive.

Leave a Comment