Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqli/
H A Dmysqli.c1154 zend_ulong *field_len; in php_mysqli_fetch_into_hash_aux() local
1165 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()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c2621 size_t field_len; local
2625 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &result, &field, &field_len) == FAILURE) {

Completed in 25 milliseconds