2.5 คำสงวนในภาษาพีเอชพี

      คำสงวน (reserved word) หรือ คีย์เวิร์ด (keyword)  ในภาษาพีเอชพี เป็นคำที่ถูกจองเอาไว้เพื่อใช้ในการทำงานของภาษาพีเอชพี เช่น ถูกจองไว้เป็นรหัสคำสั่ง หรือ เป็นชื่อของคลาสในภาษาพีเอชพี เป็นต้น  ซึ่งเป็นชื่อที่ไม่สามารถนำไปใช้ในการประกาศตัวแปรได้  ซึ่งหากนำไปใช้อาจเกิดความซ้ำซ้อนกับรหัสคำสั่ง ซึ่งอาจทำให้โปรแกรมทำงานผิดพลาดได้ ตัวอย่าง คำสงวนในภาษาพีเอชพี ดังตารางที่ 2.5.1 

ตารางที่ 2.5.1  คำสงวนในภาษาพีเอชพี  
abstractand       array     as        
break     callablecase       catch     
class     clone     const     Continue
declare    die       default   do        
echo      elseelseif     empty     
enddeclareendfor   endforeachEndif
endswitch  endwhile  extends   final     
finally   forforeach    function  
global    goto      if        Implements
include    include_once   instanceof  insteadof  
interfaceisset      list      Namespace
new       or        printprivate    
protectedpublic    require   require_once
returnstatic     switch    throw     
trait     try       unsetuse        
var       while     xor       yield     
halt_compiler