summaryrefslogtreecommitdiff
path: root/Zend/tests/bug36513.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug36513.phpt')
-rw-r--r--Zend/tests/bug36513.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug36513.phpt b/Zend/tests/bug36513.phpt
index f46da4efc5..06cf5e416a 100644
--- a/Zend/tests/bug36513.phpt
+++ b/Zend/tests/bug36513.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #36513 (comment will be outputed in last line)
--FILE--
-<?php
+<?php
function test($s) {
echo "'".trim(str_replace("&nbsp;", " ", htmlspecialchars_decode(strip_tags(highlight_string($s,1)))))."'\n";
}