Skip to content

Commit aff9a85

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Remove PHP 5 mysqli tests Fix typos in mysql tests
2 parents 52d3666 + 261faa6 commit aff9a85

7 files changed

+6
-229
lines changed

ext/mysqli/tests/061.phpt

Lines changed: 0 additions & 80 deletions
This file was deleted.

ext/mysqli/tests/mysqli_character_set_name.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
mysqli_chararcter_set_name(), mysql_client_encoding() [alias]
2+
mysqli_character_set_name(), mysql_client_encoding() [alias]
33
--SKIPIF--
44
<?php
55
require_once('skipif.inc');

ext/mysqli/tests/mysqli_character_set_name_oo.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
--TEST--
2-
mysqli_chararcter_set_name(), mysql_client_encoding() [alias]
2+
mysqli_character_set_name(), mysql_client_encoding() [alias]
33
--SKIPIF--
44
<?php
5-
require_once('skipif.inc');
6-
require_once('skipifconnectfailure.inc');
5+
require_once('skipif.inc');
6+
require_once('skipifconnectfailure.inc');
77
?>
88
--FILE--
99
<?php

ext/mysqli/tests/mysqli_disable_reads_from_master.phpt

Lines changed: 0 additions & 46 deletions
This file was deleted.

ext/mysqli/tests/mysqli_enable_reads_from_master.phpt

Lines changed: 0 additions & 46 deletions
This file was deleted.

ext/mysqli/tests/mysqli_send_query.phpt

Lines changed: 0 additions & 51 deletions
This file was deleted.

ext/pdo/tests/bug_69356.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ $stmt = $db->query("
2727
");
2828
var_dump($stmt->debugDumpParams());
2929
?>
30-
--EXPECT--
31-
SQL: [834]
30+
--EXPECTF--
31+
SQL: [%d]
3232
SELECT '
3333
Dumps the information contained by a prepared statement directly on the output. It will provide the SQL query in use, the number of parameters used (Params), the list of parameters, with their name, type (paramtype) as an integer, their key name or position, and the position in the query (if this is supported by the PDO driver, otherwise, it will be -1).
3434
This is a debug function, which dump directly the data on the normal output.

0 commit comments

Comments
 (0)