Searched refs:pg_field_prtlen (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | 04async_query.phpt | 55 pg_field_prtlen($result, 0); 78 Deprecated: Calling pg_field_prtlen() with 2 arguments is deprecated, use the 3-parameter signature…
|
H A D | 31nb_async_query_prepared.phpt | 72 pg_field_prtlen($result, 0); 117 Deprecated: Calling pg_field_prtlen() with 2 arguments is deprecated, use the 3-parameter signature…
|
H A D | 98old_api.phpt | 58 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 D | 23sync_query_params.phpt | 48 pg_field_prtlen($result, null, 0);
|
H A D | 24sync_query_prepared.phpt | 51 pg_field_prtlen($result, null, 0);
|
H A D | 25async_query_params.phpt | 56 pg_field_prtlen($result, null, 0);
|
H A D | 32nb_async_query.phpt | 58 pg_field_prtlen($result, null, 0);
|
H A D | 30nb_async_query_params.phpt | 57 pg_field_prtlen($result, null, 0);
|
H A D | 26async_query_prepared.phpt | 70 pg_field_prtlen($result, null, 0);
|
H A D | 03sync_query.phpt | 92 pg_field_prtlen($result, null, 0);
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 664 function pg_field_prtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} function
|
H A D | pgsql_arginfo.h | 541 ZEND_FUNCTION(pg_field_prtlen); 659 ZEND_FE(pg_field_prtlen, arginfo_pg_field_prtlen)
|
H A D | pgsql.c | 2285 PHP_FUNCTION(pg_field_prtlen) in PHP_FUNCTION() argument
|
Completed in 29 milliseconds