Skip to content

Commit 94dc3a1

Browse files
committed
Fix final htmlentities tests after removal of E_STRICT
1 parent 61c8a42 commit 94dc3a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ext/standard/tests/strings/htmlentities08.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ internal_encoding=EUC-JP
1414
?>
1515
--EXPECT--
1616
EUC-JP
17-
string(6) "������"
17+
string(6) "¡¢¡£¡¤"

ext/standard/tests/strings/htmlentities09.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ internal_encoding=Shift_JIS
1515
===DONE===
1616
--EXPECT--
1717
SJIS
18+
19+
Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s on line %d
1820
string(12) "814181428143"
1921
===DONE===

0 commit comments

Comments
 (0)