Home
last modified time | relevance | path

Searched refs:MYSQLI_SET_CHARSET_NAME (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_options.phpt17 mysqli_options($link, MYSQLI_SET_CHARSET_NAME, "utf8");
18 mysqli_options($link, MYSQLI_SET_CHARSET_NAME, "latin1");
65 if (true !== mysqli_options($link, MYSQLI_SET_CHARSET_NAME, $charset['Charset'])) {
93 mysqli_options($link, MYSQLI_SET_CHARSET_NAME, "foobar");
H A Dbug52082.phpt13 $link->options(MYSQLI_SET_CHARSET_NAME, "latin2");
H A Dmysqli_constants.phpt84 "MYSQLI_SET_CHARSET_NAME" => true,
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt67 MYSQLI_SET_CHARSET_NAME -> DSN/charset=<charset_name>
/PHP-8.3/ext/mysqli/
H A Dmysqli.stub.php438 const MYSQLI_SET_CHARSET_NAME = UNKNOWN; define

Completed in 10 milliseconds