From 03db21ee2ce64408f2922e24fe446fd00130d0d7 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Thu, 25 Dec 2003 18:57:27 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- tests/strings/bug26703.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/strings/bug26703.phpt diff --git a/tests/strings/bug26703.phpt b/tests/strings/bug26703.phpt new file mode 100644 index 0000000000..c86e1759d5 --- /dev/null +++ b/tests/strings/bug26703.phpt @@ -0,0 +1,18 @@ +--TEST-- +Bug #26703 (Certain characters inside strings incorrectly treated as keywords) +--INI-- +highlight.string=#DD0000 +highlight.comment=#FF9900 +highlight.keyword=#007700 +highlight.bg=#FFFFFF +highlight.default=#0000BB +highlight.html=#000000 +--FILE-- +'); +?> +--EXPECT-- + +<?php echo "foo[] $a \n"; ?> + + -- 2.50.1