Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/tests/
H A Dbug37090.phpt2 Bug #37090 (mysqli_set_charset return code)
8 if (!function_exists('mysqli_set_charset')) {
9 die('skip mysqli_set_charset() not available');
H A Dmysqli_set_charset.phpt2 mysqli_set_charset()
9 if (!function_exists('mysqli_set_charset'))
67 if (false !== ($ret = mysqli_set_charset($link, "this is not a valid character set")))
75 if (true !== ($ret = mysqli_set_charset($link, $new_charset)))
94 if (!@mysqli_set_charset($link, $tmp['Charset'])) {
123 mysqli_set_charset($link, $new_charset);
H A D065.phpt9 if (!function_exists('mysqli_set_charset')) {
10 die('skip mysqli_set_charset() not available');
H A Dmysqli_real_escape_string_sjis.phpt14 if (!mysqli_set_charset($link, 'sjis'))
24 var_dump(mysqli_set_charset($link, "sjis"));
H A Dmysqli_real_escape_string_eucjpms.phpt15 if (!mysqli_set_charset($link, 'eucjpms'))
41 var_dump(mysqli_set_charset($link, "eucjpms"));
H A Dmysqli_real_escape_string_euckr.phpt15 if (!mysqli_set_charset($link, 'euckr'))
40 var_dump(mysqli_set_charset($link, "euckr"));
H A Dmysqli_real_escape_string_gb2312.phpt15 if (!mysqli_set_charset($link, 'gb2312'))
41 var_dump(mysqli_set_charset($link, "gb2312"));
H A Dmysqli_real_escape_string_gbk.phpt14 if (!mysqli_set_charset($link, 'gbk'))
41 var_dump(mysqli_set_charset($link, "gbk"));
H A Dmysqli_character_set.phpt9 if (!function_exists('mysqli_set_charset')) {
10 die('skip mysqli_set_charset() not available');
62 if (!mysqli_set_charset($link, $charset['Charset'])) {
H A Dbug67983.phpt21 mysqli_set_charset($connection, 'utf8');
H A Dbug36802.phpt2 Bug #36802 (crashes with with mysqli_set_charset())
H A Dmysqli_real_escape_string_big5.phpt15 if (!mysqli_set_charset($link, 'big5'))
41 var_dump(mysqli_set_charset($link, "big5"));
H A Dmysqli_fetch_fields.phpt19 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.phpt19 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_field_seek.phpt63 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_affected_rows.phpt86 if (true !== ($tmp = mysqli_set_charset($link, $charset)))
/PHP-8.1/ext/mysqli/
H A Dmysqli_arginfo.h800 ZEND_FUNCTION(mysqli_set_charset);
928 ZEND_FE(mysqli_set_charset, arginfo_mysqli_set_charset)
1018 ZEND_ME_MAPPING(set_charset, mysqli_set_charset, arginfo_class_mysqli_set_charset, ZEND_ACC_PUBLIC)
H A Dmysqli.stub.php975 function mysqli_set_charset(mysqli $mysql, string $charset): bool {} function
H A Dmysqli_nonapi.c1079 PHP_FUNCTION(mysqli_set_charset) argument

Completed in 34 milliseconds