Searched refs:mysqli_set_charset (Results 1 – 20 of 20) sorted by relevance
/PHP-7.1/ext/mysqli/tests/ |
H A D | bug37090.phpt | 2 Bug #37090 (mysqli_set_charset return code) 7 if (!function_exists('mysqli_set_charset')) { 8 die('skip mysqli_set_charset() not available');
|
H A D | mysqli_set_charset.phpt | 2 mysqli_set_charset() 13 if (!function_exists('mysqli_set_charset')) 58 if (!is_null($tmp = @mysqli_set_charset())) 61 if (!is_null($tmp = @mysqli_set_charset($link))) 64 if (!is_null($tmp = @mysqli_set_charset($link, $link))) 83 if (false !== ($ret = mysqli_set_charset($link, "this is not a valid character set"))) 91 if (true !== ($ret = mysqli_set_charset($link, $new_charset))) 109 if (!@mysqli_set_charset($link, $tmp['Charset'])) { 123 if (NULL !== ($tmp = mysqli_set_charset($link, $new_charset))) 133 Warning: mysqli_set_charset(): Couldn't fetch mysqli in %s on line %d
|
H A D | mysqli_real_escape_string_sjis.phpt | 18 if (!mysqli_set_charset($link, 'sjis')) 28 var_dump(mysqli_set_charset($link, "sjis"));
|
H A D | 065.phpt | 8 if (!function_exists('mysqli_set_charset')) { 9 die('skip mysqli_set_charset() not available');
|
H A D | bug36802.phpt | 2 Bug #36802 (crashes with with mysqli_set_charset())
|
H A D | mysqli_character_set.phpt | 10 if (!function_exists('mysqli_set_charset')) { 11 die('skip mysqli_set_charset() not available'); 62 if (!mysqli_set_charset($link, $charset['Charset'])) {
|
H A D | mysqli_real_escape_string_eucjpms.phpt | 17 if (!mysqli_set_charset($link, 'eucjpms')) 43 var_dump(mysqli_set_charset($link, "eucjpms"));
|
H A D | mysqli_real_escape_string_euckr.phpt | 17 if (!mysqli_set_charset($link, 'euckr')) 42 var_dump(mysqli_set_charset($link, "euckr"));
|
H A D | mysqli_real_escape_string_gb2312.phpt | 17 if (!mysqli_set_charset($link, 'gb2312')) 43 var_dump(mysqli_set_charset($link, "gb2312"));
|
H A D | mysqli_real_escape_string_gbk.phpt | 18 if (!mysqli_set_charset($link, 'gbk')) 45 var_dump(mysqli_set_charset($link, "gbk"));
|
H A D | mysqli_real_escape_string_big5.phpt | 17 if (!mysqli_set_charset($link, 'big5')) 43 var_dump(mysqli_set_charset($link, "big5"));
|
H A D | mysqli_fetch_fields.phpt | 27 if (!mysqli_set_charset($link, 'utf8'))
|
H A D | mysqli_get_charset.phpt | 24 if (!is_null($tmp = @mysqli_set_charset($link, $link)))
|
H A D | mysqli_stmt_get_result_metadata_fetch_field.phpt | 18 if (!mysqli_set_charset($link, 'utf8'))
|
H A D | mysqli_fetch_field.phpt | 27 if (!mysqli_set_charset($link, 'utf8'))
|
H A D | mysqli_affected_rows.phpt | 98 if (true !== ($tmp = mysqli_set_charset($link, $charset)))
|
H A D | mysqli_field_seek.phpt | 72 if (!mysqli_set_charset($link, 'utf8'))
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_fe.h | 31 PHP_FUNCTION(mysqli_set_charset);
|
H A D | mysqli_fe.c | 492 PHP_FE(mysqli_set_charset, arginfo_mysqli_set_charset) 592 PHP_FALIAS(set_charset, mysqli_set_charset, arginfo_class_mysqli_set_charset)
|
H A D | mysqli_nonapi.c | 948 PHP_FUNCTION(mysqli_set_charset) argument
|
Completed in 54 milliseconds