summaryrefslogtreecommitdiff
path: root/ext/dom/tests/bug46335.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/bug46335.phpt')
-rw-r--r--ext/dom/tests/bug46335.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/bug46335.phpt b/ext/dom/tests/bug46335.phpt
index bea4ae9e7d..18d4039aab 100644
--- a/ext/dom/tests/bug46335.phpt
+++ b/ext/dom/tests/bug46335.phpt
@@ -3,7 +3,7 @@ Bug #46335 (DOMText::splitText doesn't handle multibyte characters).
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
-<?php
+<?php
$textascii = 'This is an "example" of using DOM splitText';
$text = 'This is an ‘example’ of using DOM splitText';
$start = 30;