Home
last modified time | relevance | path

Searched refs:pg_fieldisnull (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/pgsql/tests/
H A D98old_api.phpt21 pg_fieldisnull($result, 0);
22 pg_fieldisnull($result, null, 0);
54 Deprecated: Function pg_fieldisnull() is deprecated in %s on line %d
56 Deprecated: Function pg_fieldisnull() is deprecated in %s on line %d
58 Deprecated: pg_fieldisnull(): Passing null to parameter #2 ($row) of type int is deprecated in %s o…
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h501 ZEND_FUNCTION(pg_fieldisnull);
608 ZEND_DEP_FE(pg_fieldisnull, arginfo_pg_fieldisnull)
H A Dpgsql.stub.php668 function pg_fieldisnull(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} function
H A Dpgsql.c2100 PHP_FUNCTION(pg_fieldisnull) in PHP_FUNCTION() argument

Completed in 30 milliseconds