Searched refs:field_len (Results 1 – 2 of 2) sorted by relevance
1154 zend_ulong *field_len; in php_mysqli_fetch_into_hash_aux() local1165 field_len = mysql_fetch_lengths(result); in php_mysqli_fetch_into_hash_aux()1176 switch (field_len[i]) { in php_mysqli_fetch_into_hash_aux()1196 ZVAL_STRINGL(&res, row[i], field_len[i]); in php_mysqli_fetch_into_hash_aux()
2621 size_t field_len; local2625 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &result, &field, &field_len) == FAILURE) {
Completed in 22 milliseconds