Home
last modified time | relevance | path

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

/PHP-8.2/ext/odbc/tests/
H A Dodbc_field_len_001.phpt14 odbc_exec($conn, 'CREATE TABLE field_len (foo INT, bar TEXT, baz VARBINARY(50))');
16 $res = odbc_exec($conn, 'SELECT * FROM field_len');
33 odbc_exec($conn, 'DROP TABLE field_len');
/PHP-8.2/ext/pgsql/
H A Dpgsql.c1656 size_t field_len; in PHP_FUNCTION() local
1660 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &result, pgsql_result_ce, &field, &field_len) == … in PHP_FUNCTION()

Completed in 18 milliseconds