Which parts of php are case sensitive?



Which parts of php are case sensitive?..

Answer / Ashish Gautam

PHP is a case-sensitive programming language, which means that uppercase and lowercase letters are treated as different characters. For example, '$var' and '$Var' would be considered as two separate variables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

When use javascript vs php?

1 Answers  


How can we increase the execution time of a PHP script?

12 Answers   CyberBeoz, Photon, XTX,


How to create a session? How to set a value in session? How to remove data from a session?

1 Answers  


What is $_session in php?

1 Answers  


When sessions ends?

1 Answers  


List out different arguments in PHP header function?

4 Answers  


What does $_env means?

1 Answers  


This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?

2 Answers   TCS,


Which function will you use to create an array?

1 Answers  


Can we use get instead of post?

1 Answers  


What is the most common http method?

1 Answers  


Explain Booleans in PHP?

1 Answers  


Categories