**This rule is DEPRECATED. Please use ''<]]>'' instead.**
====== ''phpcode'' ====== ''phpcode'' About This Rule Configuration Values Description ===== About This Rule ===== | **Name** | phpcode | | **Type** | capturing block | | **Syntax** | '''' on a line by itself at the beginning of the line, followed by the content block, followed by '''' on a line by itself at the beginning of the line | ===== Configuration Values ===== None. ===== Description ===== Use this rule to mark PHP example code; the content will be colorized using highlight_string and will be surrounded with the tags for you. The content will be treated as preformatted and monospaced.For example, this markup... $val = "hi there!"; echo($val); ... will result in: $val = "hi there!"; echo($val);