Searched refs:set_charset (Results 1 – 14 of 14) sorted by relevance
/PHP-8.1/ext/mysqli/tests/ |
H A D | bug37090.phpt | 19 $cs[] = $mysql->set_charset("latin1"); 22 $cs[] = $mysql->set_charset("utf8"); 25 $cs[] = $mysql->set_charset("notdefined");
|
H A D | bug36802.phpt | 17 if (method_exists($mysql, 'set_charset')) { 19 $mysql->set_charset('utf8');
|
H A D | 065.phpt | 27 if ($mysql->set_charset("latin1")) { 38 if ($mysql->set_charset("gbk")) {
|
H A D | bug54674.phpt | 24 $link->set_charset('sjis');
|
H A D | mysqli_set_charset.phpt | 106 // Make sure that set_charset throws an exception in exception mode 109 $link->set_charset('invalid'); 115 $link->set_charset('ucs2');
|
H A D | mysqli_stmt_bind_param_check_param_no_change.phpt | 12 $link->set_charset('latin1');
|
H A D | mysqli_fetch_field_oo.phpt | 29 if (!$mysqli->set_charset('utf8'))
|
H A D | mysqli_class_mysqli_interface.phpt | 53 'set_charset' => true,
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 362 public function set_charset(string $charset): bool {} function in mysqli
|
H A D | mysqli_arginfo.h | 1018 ZEND_ME_MAPPING(set_charset, mysqli_set_charset, arginfo_class_mysqli_set_charset, ZEND_ACC_PUBLIC)
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd.h | 199 #define mysqlnd_set_character_set(conn, cs) ((conn)->data)->m->set_charset((conn)->data, (cs))
|
H A D | mysqlnd_connection.c | 1010 MYSQLND_METHOD(mysqlnd_conn_data, set_charset)(MYSQLND_CONN_DATA * const conn, const char * const c… argument 1948 MYSQLND_METHOD(mysqlnd_conn_data, set_charset),
|
H A D | mysqlnd_auth.c | 498 ret = conn->m->set_charset(conn, old_cs->name); in mysqlnd_auth_change_user()
|
H A D | mysqlnd_structs.h | 525 func_mysqlnd_conn_data__set_charset set_charset; in MYSQLND_CLASS_METHODS_TYPE() local
|
Completed in 54 milliseconds