Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/tests/
H A D03sync_query.phpt90 pg_field_is_null($result, 0);
93 pg_field_is_null($result, -1);
98 pg_field_is_null($result, 3);
103 pg_field_is_null($result, "unknown");
H A D23sync_query_params.phpt49 pg_field_is_null($result, null, 0);
H A D04async_query.phpt53 pg_field_is_null($result, 0);
H A D24sync_query_prepared.phpt52 pg_field_is_null($result, 0);
H A D25async_query_params.phpt57 pg_field_is_null($result, 0);
H A D30nb_async_query_params.phpt62 pg_field_is_null($result, 0);
H A D32nb_async_query.phpt63 pg_field_is_null($result, null, 0);
H A D26async_query_prepared.phpt71 pg_field_is_null($result, 0);
H A D31nb_async_query_prepared.phpt77 pg_field_is_null($result, 0);
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h500 ZEND_FUNCTION(pg_field_is_null);
607 ZEND_FE(pg_field_is_null, arginfo_pg_field_is_null)
H A Dpgsql.stub.php662 function pg_field_is_null(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} function
H A Dpgsql.c2093 PHP_FUNCTION(pg_field_is_null) in PHP_FUNCTION() argument
/PHP-8.3/
H A DUPGRADING342 pg_field_is_null() is now nullable.

Completed in 45 milliseconds