Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqli/
H A Dmysqli.c1157 zend_ulong *field_len; in php_mysqli_fetch_into_hash_aux() local
1168 field_len = mysql_fetch_lengths(result); in php_mysqli_fetch_into_hash_aux()
1179 switch (field_len[i]) { in php_mysqli_fetch_into_hash_aux()
1199 ZVAL_STRINGL(&res, row[i], field_len[i]); in php_mysqli_fetch_into_hash_aux()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c2627 size_t field_len; local
2631 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &result, &field, &field_len) == FAILURE) {

Completed in 27 milliseconds