Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/
H A Dmysqli.c1140 zend_ulong *field_len; in php_mysqli_fetch_into_hash_aux() local
1151 field_len = mysql_fetch_lengths(result); in php_mysqli_fetch_into_hash_aux()
1162 switch (field_len[i]) { in php_mysqli_fetch_into_hash_aux()
1182 ZVAL_STRINGL(&res, row[i], field_len[i]); in php_mysqli_fetch_into_hash_aux()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2626 size_t field_len; local
2630 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &result, &field, &field_len) == FAILURE) {

Completed in 22 milliseconds