summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt')
-rw-r--r--ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt b/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt
index 9937ca9b54..3f235944eb 100644
--- a/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt
+++ b/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt
@@ -32,12 +32,12 @@ echo "Done";
--EXPECT--
*** Testing htmlspecialchars_decode() : usage variations ***
-- Iteration 1 --
-string(89) "Roy&#039s height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string ""
+string(84) "Roy&#039s height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string ""
string(89) "Roy&#039s height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string ""
string(99) "Roy&#039s height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string ""
string(84) "Roy&#039s height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string ""
-- Iteration 2 --
-string(82) "Roy&#039;s height > Sam&#039;s height... 13 < 15...
+string(72) "Roy's height > Sam's height... 13 < 15...
" double quote string ""
string(82) "Roy&#039;s height > Sam&#039;s height... 13 < 15...
" double quote string ""
@@ -46,8 +46,8 @@ string(92) "Roy&#039;s height > Sam&#039;s height... 13 < 15...
string(72) "Roy's height > Sam's height... 13 < 15...
" double quote string ""
-- Iteration 3 --
-string(44) "
-Roy&#039;s height &gt ; Sam&#039;s height "
+string(34) "
+Roy's height &gt ; Sam's height "
string(44) "
Roy&#039;s height &gt ; Sam&#039;s height "
string(44) "
@@ -55,7 +55,7 @@ Roy&#039;s height &gt ; Sam&#039;s height "
string(34) "
Roy's height &gt ; Sam's height "
-- Iteration 4 --
-string(44) " Roy&#039;s height &gt ; Sam &#039;s height"
+string(34) " Roy's height &gt ; Sam 's height"
string(44) " Roy&#039;s height &gt ; Sam &#039;s height"
string(44) " Roy&#039;s height &gt ; Sam &#039;s height"
string(34) " Roy's height &gt ; Sam 's height"