Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c43 zend_ulong second_part; member
230 t.second_part = (length > 8) ? (zend_ulong) sint4korr(to+8) : 0; in ps_fetch_time()
269 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
317 t.second_part = (length > 7) ? (zend_ulong) sint4korr(to+7) : 0; in ps_fetch_datetime()

Completed in 6 milliseconds