Home
last modified time | relevance | path

Searched refs:mysqli_set_charset (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_real_escape_string_sjis.phpt13 if (!mysqli_set_charset($link, 'sjis'))
21 var_dump(mysqli_set_charset($link, "sjis"));
H A Dmysqli_set_charset.phpt2 mysqli_set_charset()
60 if (false !== ($ret = mysqli_set_charset($link, "this is not a valid character set")))
68 if (true !== ($ret = mysqli_set_charset($link, $new_charset)))
87 if (!@mysqli_set_charset($link, $tmp['Charset'])) {
116 mysqli_set_charset($link, $new_charset);
H A Dbug37090.phpt2 Bug #37090 (mysqli_set_charset return code)
H A Dmysqli_real_escape_string_eucjpms.phpt14 if (!mysqli_set_charset($link, 'eucjpms'))
40 var_dump(mysqli_set_charset($link, "eucjpms"));
H A Dmysqli_real_escape_string_euckr.phpt14 if (!mysqli_set_charset($link, 'euckr'))
39 var_dump(mysqli_set_charset($link, "euckr"));
H A Dmysqli_real_escape_string_gb2312.phpt14 if (!mysqli_set_charset($link, 'gb2312'))
40 var_dump(mysqli_set_charset($link, "gb2312"));
H A Dmysqli_real_escape_string_gbk.phpt13 if (!mysqli_set_charset($link, 'gbk'))
40 var_dump(mysqli_set_charset($link, "gbk"));
H A Dbug67983.phpt18 mysqli_set_charset($connection, 'utf8');
H A Dbug36802.phpt2 Bug #36802 (crashes with with mysqli_set_charset())
H A Dmysqli_real_escape_string_big5.phpt14 if (!mysqli_set_charset($link, 'big5'))
40 var_dump(mysqli_set_charset($link, "big5"));
H A Dmysqli_fetch_fields.phpt17 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt18 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_fetch_field.phpt17 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_character_set.phpt58 if (!mysqli_set_charset($link, $charset['Charset'])) {
H A Dmysqli_field_seek.phpt61 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_affected_rows.phpt86 if (true !== ($tmp = mysqli_set_charset($link, $charset)))
/PHP-8.3/ext/mysqli/
H A Dmysqli_arginfo.h776 ZEND_FUNCTION(mysqli_set_charset);
893 ZEND_FE(mysqli_set_charset, arginfo_mysqli_set_charset)
974 ZEND_ME_MAPPING(set_charset, mysqli_set_charset, arginfo_class_mysqli_set_charset, ZEND_ACC_PUBLIC)
H A Dmysqli.stub.php1579 function mysqli_set_charset(mysqli $mysql, string $charset): bool {}
H A Dmysqli_nonapi.c942 PHP_FUNCTION(mysqli_set_charset) argument

Completed in 27 milliseconds