summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-04-21 21:56:24 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-04-21 21:56:24 +0000
commit9a38f301d6f4c1685dc245670f8034384ba7cdbd (patch)
tree353211a58633ac7194e8296b0b40f0489e7ff1ed /tests
parent508cfb7210cf5af3e31eacc5b35ea8c1c134b9c2 (diff)
downloadphp-git-9a38f301d6f4c1685dc245670f8034384ba7cdbd.tar.gz
Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3.
Diffstat (limited to 'tests')
-rw-r--r--tests/strings/004.phpt1
-rw-r--r--tests/strings/bug26703.phpt1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/strings/004.phpt b/tests/strings/004.phpt
index a283fda699..7bcb452937 100644
--- a/tests/strings/004.phpt
+++ b/tests/strings/004.phpt
@@ -4,7 +4,6 @@ highlight_string() buffering
highlight.string=#DD0000
highlight.comment=#FF9900
highlight.keyword=#007700
-highlight.bg=#FFFFFF
highlight.default=#0000BB
highlight.html=#000000
--FILE--
diff --git a/tests/strings/bug26703.phpt b/tests/strings/bug26703.phpt
index ef2d81de4a..bea8fb1214 100644
--- a/tests/strings/bug26703.phpt
+++ b/tests/strings/bug26703.phpt
@@ -4,7 +4,6 @@ Bug #26703 (Certain characters inside strings incorrectly treated as keywords)
highlight.string=#DD0000
highlight.comment=#FF9900
highlight.keyword=#007700
-highlight.bg=#FFFFFF
highlight.default=#0000BB
highlight.html=#000000
--FILE--