Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D03sync_query.phpt93 pg_field_is_null($result, null, 0);
96 pg_field_is_null($result, null, -1);
101 pg_field_is_null($result, null, 3);
106 pg_field_is_null($result, null, "unknown");
H A D04async_query.phpt56 pg_field_is_null($result, 0);
80 Deprecated: Calling pg_field_is_null() with 2 arguments is deprecated, use the 3-parameter signatur…
H A D31nb_async_query_prepared.phpt73 pg_field_is_null($result, 0);
119 Deprecated: Calling pg_field_is_null() with 2 arguments is deprecated, use the 3-parameter signatur…
H A D98old_api.phpt64 Deprecated: Function pg_fieldisnull() is deprecated since 8.0, use pg_field_is_null() instead in %s…
66 Deprecated: Function pg_fieldisnull() is deprecated since 8.0, use pg_field_is_null() instead in %s…
H A D23sync_query_params.phpt49 pg_field_is_null($result, null, 0);
H A D24sync_query_prepared.phpt52 pg_field_is_null($result, null, 0);
H A D25async_query_params.phpt57 pg_field_is_null($result, null, 0);
H A D32nb_async_query.phpt59 pg_field_is_null($result, null, 0);
H A D30nb_async_query_params.phpt58 pg_field_is_null($result, null, 0);
H A D26async_query_prepared.phpt71 pg_field_is_null($result, null, 0);
/php-src/ext/pgsql/
H A Dpgsql.stub.php673 function pg_field_is_null(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} function
H A Dpgsql_arginfo.h543 ZEND_FUNCTION(pg_field_is_null);
661 ZEND_FE(pg_field_is_null, arginfo_pg_field_is_null)
H A Dpgsql.c2299 PHP_FUNCTION(pg_field_is_null) in PHP_FUNCTION() argument

Completed in 37 milliseconds