I was digging through some code, and I found some calls to mySQL_fetch_array. Is PHP case sensitive about function names? I recall reading this somewhere but can’t seem to find any reference to it.
I was digging through some code, and I found some calls to mySQL_fetch_array .
Share
I am quoting from this:
So, its looks like user-defined functions are not case-sensitive, there was a vote for making functions/objects under PHP5 case-sensitive.