Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D04async_query.phpt55 pg_field_prtlen($result, 0);
78 Deprecated: Calling pg_field_prtlen() with 2 arguments is deprecated, use the 3-parameter signature…
H A D31nb_async_query_prepared.phpt72 pg_field_prtlen($result, 0);
117 Deprecated: Calling pg_field_prtlen() with 2 arguments is deprecated, use the 3-parameter signature…
H A D98old_api.phpt58 Deprecated: Function pg_fieldprtlen() is deprecated since 8.0, use pg_field_prtlen() instead in %s …
60 Deprecated: Function pg_fieldprtlen() is deprecated since 8.0, use pg_field_prtlen() instead in %s …
H A D23sync_query_params.phpt48 pg_field_prtlen($result, null, 0);
H A D24sync_query_prepared.phpt51 pg_field_prtlen($result, null, 0);
H A D25async_query_params.phpt56 pg_field_prtlen($result, null, 0);
H A D32nb_async_query.phpt58 pg_field_prtlen($result, null, 0);
H A D30nb_async_query_params.phpt57 pg_field_prtlen($result, null, 0);
H A D26async_query_prepared.phpt70 pg_field_prtlen($result, null, 0);
H A D03sync_query.phpt92 pg_field_prtlen($result, null, 0);
/php-src/ext/pgsql/
H A Dpgsql.stub.php664 function pg_field_prtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} function
H A Dpgsql_arginfo.h541 ZEND_FUNCTION(pg_field_prtlen);
659 ZEND_FE(pg_field_prtlen, arginfo_pg_field_prtlen)
H A Dpgsql.c2285 PHP_FUNCTION(pg_field_prtlen) in PHP_FUNCTION() argument

Completed in 44 milliseconds