summaryrefslogtreecommitdiff
path: root/Zend/tests/multibyte/multibyte_encoding_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/multibyte/multibyte_encoding_001.phpt')
-rw-r--r--Zend/tests/multibyte/multibyte_encoding_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/multibyte/multibyte_encoding_001.phpt b/Zend/tests/multibyte/multibyte_encoding_001.phpt
index 3b26dcb989..f95b4311a9 100644
--- a/Zend/tests/multibyte/multibyte_encoding_001.phpt
+++ b/Zend/tests/multibyte/multibyte_encoding_001.phpt
@@ -13,7 +13,7 @@ internal_encoding=SJIS
<?php
declare(encoding='Shift_JIS');
$s = "•\"; // 0x95+0x5c in script, not somewhere else "
-printf("%x:%x\n", ord($s[0]), ord($s[1]));
+printf("%x:%x", ord($s[0]), ord($s[1]));
?>
--EXPECT--
95:5c