diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-02-24 16:50:35 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-02-24 16:50:35 +0000 |
commit | a67e4dac8f9caf14cf12d4d7c8e54dc2495ad173 (patch) | |
tree | 6da62dc25db383169388ed6492d87437bb5eeff9 /tests | |
parent | f73f94f2583875b12e8679bf577e22b1a1cf608f (diff) | |
download | php-git-a67e4dac8f9caf14cf12d4d7c8e54dc2495ad173.tar.gz |
Fixed the test as the result is just considered to be expected
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/bug21600.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug21600.phpt b/tests/lang/bug21600.phpt index bb8323a294..c3f832b9ea 100644 --- a/tests/lang/bug21600.phpt +++ b/tests/lang/bug21600.phpt @@ -26,7 +26,7 @@ function fubar($text){ --EXPECT-- array(1) { ["foo"]=> - string(4) "test" + &string(4) "test" } array(1) { ["foo"]=> |