Case sensitive
Moderator: General Moderators
-
PhpMachine
- Forum Commoner
- Posts: 42
- Joined: Thu Apr 19, 2007 11:26 am
Case sensitive
Hi
Does anyone knows if it's possible to have case sensitive method/function calls?
For instance, if I have a method "Test()", it now approves the call "test()".
But I want it to be case sensitive, if this is possible?
Does anyone knows if it's possible to have case sensitive method/function calls?
For instance, if I have a method "Test()", it now approves the call "test()".
But I want it to be case sensitive, if this is possible?
I believe this was a limitation of PHP4 and now is case sensitive in PHP5.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
-
PhpMachine
- Forum Commoner
- Posts: 42
- Joined: Thu Apr 19, 2007 11:26 am
Hi scottayy and feyd
Scottayy, do you know if there is a setting for case sensitivness in PHP5?I believe this was a limitation of PHP4 and now is case sensitive in PHP5.
Trouble? Why?You're generally asking for trouble if you need case sensitive method/function names. I'd suggest reconsidering this.
-
PhpMachine
- Forum Commoner
- Posts: 42
- Joined: Thu Apr 19, 2007 11:26 am
-
PhpMachine
- Forum Commoner
- Posts: 42
- Joined: Thu Apr 19, 2007 11:26 am
-
PhpMachine
- Forum Commoner
- Posts: 42
- Joined: Thu Apr 19, 2007 11:26 am