I’ve always found the case sensitivity rules in PHP a little mysterious, and also a little hard to find definitive information on. So, for reference sake here they are.
Case sensitive (both user defined and PHP defined)
variables
constants
array keys
class properties
class constants
Case insensitive (both user defined and PHP defined)
functions
class constructors
class methods
keywords and constructs (if, else, null, foreach, echo etc.)
ลักษณะ case sensitivity ส่วนใหญ่จะเป็นการตั้งชื่อตัวแปรที่ไปตรงกับคำต้องห้าม(หาข้อมูลในส่วนของการเรียนเขียนโปรแกรมเบื้องต้น)
ลองหาข้อมูลดูครับ หลักๆ ประมาณนี้