Home
last modified time | relevance | path

Searched refs:pg_field_prtlen (Results 1 – 12 of 12) sorted by relevance

/PHP-8.2/ext/pgsql/tests/
H A D04async_query.phpt52 pg_field_prtlen($result, 0);
H A D23sync_query_params.phpt48 pg_field_prtlen($result, 0);
H A D24sync_query_prepared.phpt51 pg_field_prtlen($result, 0);
H A D25async_query_params.phpt56 pg_field_prtlen($result, 0);
H A D32nb_async_query.phpt62 pg_field_prtlen($result, 0);
H A D30nb_async_query_params.phpt61 pg_field_prtlen($result, 0);
H A D31nb_async_query_prepared.phpt76 pg_field_prtlen($result, 0);
H A D26async_query_prepared.phpt70 pg_field_prtlen($result, 0);
H A D03sync_query.phpt89 pg_field_prtlen($result, 0);
/PHP-8.2/ext/pgsql/
H A Dpgsql_arginfo.h488 ZEND_FUNCTION(pg_field_prtlen);
590 ZEND_FE(pg_field_prtlen, arginfo_pg_field_prtlen)
591 ZEND_DEP_FALIAS(pg_fieldprtlen, pg_field_prtlen, arginfo_pg_fieldprtlen)
H A Dpgsql.stub.php606 function pg_field_prtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} function
H A Dpgsql.c2092 PHP_FUNCTION(pg_field_prtlen) in PHP_FUNCTION() argument

Completed in 30 milliseconds