From: Dharman Date: Wed, 2 Dec 2020 22:58:38 +0000 (+0000) Subject: Fix typos in mysql tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53f7bddbeb073756586ef5f34fbeda1533b71034;p=php Fix typos in mysql tests %d because of line endings on Windows --- diff --git a/ext/mysqli/tests/mysqli_character_set_name.phpt b/ext/mysqli/tests/mysqli_character_set_name.phpt index 5728b726a5..79d472d334 100644 --- a/ext/mysqli/tests/mysqli_character_set_name.phpt +++ b/ext/mysqli/tests/mysqli_character_set_name.phpt @@ -1,5 +1,5 @@ --TEST-- -mysqli_chararcter_set_name(), mysql_client_encoding() [alias] +mysqli_character_set_name(), mysql_client_encoding() [alias] --SKIPIF-- --FILE-- query(" "); var_dump($stmt->debugDumpParams()); ?> ---EXPECT-- -SQL: [834] +--EXPECTF-- +SQL: [%d] SELECT ' 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). This is a debug function, which dump directly the data on the normal output.