From db864753673ad8c67cb5169c794b49dbd848ff63 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 25 Jan 2004 13:19:16 +0000 Subject: [PATCH] Update test --- Zend/tests/bug26696.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zend/tests/bug26696.phpt b/Zend/tests/bug26696.phpt index ca2ea0910e..62ceacda58 100755 --- a/Zend/tests/bug26696.phpt +++ b/Zend/tests/bug26696.phpt @@ -7,10 +7,10 @@ $len = strlen($str); for ($i = 0; $i < $len; $i++) { switch ($str[$i]) { case '?': - echo "?\n"; + echo "?+\n"; break; default: - echo "x"; + echo $str[$i].'-'; break; } } @@ -18,5 +18,5 @@ for ($i = 0; $i < $len; $i++) { ?> ===DONE=== --EXPECT-- -xxxxx? +a-s-d-d-/-?+ ===DONE=== \ No newline at end of file -- 2.50.1