answersLogoWhite

0


Best Answer

Case Sensitive parts of php include:

  • Variables
  • Constants
  • Array Keys
  • Class Properties
  • Class Constants

Case Insensitive parts of php include:

  • Functions (believe it or not!)
  • Class Constructors
  • Class methods
  • Keywords and Contructs (if, else, false, true, etc.)
User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which parts of php are case sensitive and which are not?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is php a case sensitive language?

yes.


PHP case sensitivity refers to what?

PHP case sensitivity refers to that in coding it matters if the code is in capital letters. Case sensitivity specifically in PHP refers to variables, constants, array keys, class properties, and class constants. Some items in PHP that are not case sensitive are functions, class constructors, class methods, and keywords and constructs.


Is xml case sensitive?

Yes xml is case sensitive, this includes enumerations which are also case sensitive.


How do i write code for search case sensitive in HTML?

A search cannot be created in HTML code alone. It actually requires use of other programming languages, such as JavaScript or PHP, etc.


How do you write coding php using switch case?

The case structure in PHP uses the following syntax: switch($foo){ case 'bar': doSomething(); break; case 'blah': doSomethingElse(); break; default: handleOtherCases(); }


What is the secritycode for 5 case -sensitive characters 13 case -sensitive characters 10 hexadecimal 0-9 a-f case -sensitive characters 26 hexadecimal0-9 a-f case -sensitive characters?

asfasf


Which case is case sensitive upper case or lower case?

Both. "Case sensitive" means that upper case and lower case characters are treated as different characters.


How about c and c plus plus are they case sensitive?

Yes. C and C++ are case sensitive, although, depending on implementation, external symbols might not be case sensitive.


How do you write case sensitive?

Something is case sensitive when it requires proper capitalization and lower case letters as well as numbers. Case sensitive passwords will not work if you forget to make sure the proper letters in words used for password are capitalized. An example of a case sensitive word would be WikiAnswers.


What is latest version in php?

Probably 5.4. In either case try the below method to get the version on your computer <?php echo phpversion(); ?>


Are Linux commmands entered via the command line sre they case sensitive?

Yes they are case sensitive.. :-)


Is an email address case sensitive?

A URL is case sensitive. An email address is not. If you had an address of AbCd, the email provider will automatically switch it to abcd, even if you type it as AbCd. (In years past, email addresses were all case sensitive. But not now.) Passwords though are all CaSe SenSitIve.