mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
space to tab
This commit is contained in:
parent
3922d05797
commit
c60949d0b1
@ -1815,7 +1815,7 @@ static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type,
|
||||
zend_string_to_unicode(UG(utf8_conv), &ustr, &ulen, mysql_row[i], mysql_row_lengths[i] TSRMLS_CC);
|
||||
ZVAL_UNICODEL(data, ustr, ulen, 0);
|
||||
} else {
|
||||
ZVAL_STRINGL(data, mysql_row[i], mysql_row_lengths[i], 1);
|
||||
ZVAL_STRINGL(data, mysql_row[i], mysql_row_lengths[i], 1);
|
||||
}
|
||||
|
||||
if (result_type & MYSQL_NUM) {
|
||||
|
Loading…
Reference in New Issue
Block a user