Skip to content

Commit 4a60aa6

Browse files
committed
Fix tests (again)
1 parent 840ec85 commit 4a60aa6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ext/mysqli/tests/bug31668.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ array(1) {
5757
[2]=>
5858
%s(1) "2"
5959
}
60-
%s(0) ""
61-
int(%d)
6260

6361
Notice: mysqli::next_result(): There is no next result set. Please, call mysqli_more_results()/mysqli::more_results() to check whether to call this function/method in %sbug31668.php on line %d
62+
%s(0) ""
63+
int(%d)

ext/standard/tests/strings/htmlentities23.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ $tests = array(
1919
);
2020

2121
foreach ($tests as $test) {
22-
error_reporting(~E_STRICT);
2322
$a = htmlentities($test, ENT_QUOTES | ENT_SUBSTITUTE, "EUC-JP");
24-
error_reporting(-1);
2523
var_dump($a, bin2hex($a));
2624
$a = htmlspecialchars($test, ENT_QUOTES | ENT_SUBSTITUTE, "EUC-JP");
2725
var_dump($a, bin2hex($a));

0 commit comments

Comments
 (0)