Home
last modified time | relevance | path

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

/php-src/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-src/ext/pgsql/
H A Dpgsql.c1663 size_t field_len; in PHP_FUNCTION() local
1667 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &result, pgsql_result_ce, &field, &field_len) == … in PHP_FUNCTION()

Completed in 17 milliseconds