From: Antony Dovgal Date: Tue, 13 Dec 2005 22:32:30 +0000 (+0000) Subject: MFH: use default colors to prevent any problems with existing php.ini X-Git-Tag: php-5.1.2RC1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7aec44aee525f796c21e6d538bf28e7ff33b089;p=php MFH: use default colors to prevent any problems with existing php.ini --- diff --git a/Zend/tests/bug35655.phpt b/Zend/tests/bug35655.phpt index 30f00cb32e..525a30f8b1 100755 --- a/Zend/tests/bug35655.phpt +++ b/Zend/tests/bug35655.phpt @@ -1,5 +1,12 @@ --TEST-- Bug #35655 (whitespace following end of heredoc is lost) +--INI-- +highlight.string = #DD0000 +highlight.comment = #FF8000 +highlight.keyword = #007700 +highlight.bg = #FFFFFF +highlight.default = #0000BB +highlight.html = #000000 --FILE--