Skip to content

Commit 53f7bdd

Browse files
kamil-tekielanikic
authored andcommitted
Fix typos in mysql tests
%d because of line endings on Windows
1 parent 8d2a1c8 commit 53f7bdd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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/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)