|
Posted by Janwillem Borleffs on 01/08/06 23:37
Jean Pierre Daviau wrote:
> Hi,
>
> How come if I uncomment error_prepend_string the html errors are
> colored. If I comment error_prepend_string and uncomment
> highlight.string = #DD0000
> highlight.comment = #FF9900
> highlight.keyword = #007777
> highlight.bg = #eeeeee
> highlight.default = #0000BB
>
These are settings for syntax highlighting, e.g. with the highlight_string()
function. For instance, try:
ini_set('highlight.keyword', '#999999');
highlight_string('<? for(;;); ?>');
JW
Navigation:
[Reply to this message]
|