Skip to content

Commit 6340126

Browse files
author
zoe slattery
committed
Changes to remaining two tests, #62022
1 parent d99203d commit 6340126

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ext/mysqli/tests/mysqli_options_openbasedir.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require_once('skipif.inc');
66
require_once('skipifemb.inc');
77
require_once('skipifconnectfailure.inc');
88
?>
9-
--INI--
109
--FILE--
1110
<?php
1211
require_once('connect.inc');

ext/standard/tests/strings/htmlentities15.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (!$result || preg_match('/koi8/i', setlocale(LC_CTYPE, 0)) == 0) {
1111
die("skip setlocale() failed\n");
1212
}
1313
?>
14-
--COMMENT--
14+
--DESCRIPTION--
1515
As of PHP 5.4, htmlentities() no longer makes replacements with numerical
1616
entities. Hence, for this input there's no substitution.
1717
--FILE--

0 commit comments

Comments
 (0)