Home
last modified time | relevance | path

Searched refs:pg_fetch_all (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/ext/pgsql/tests/
H A Dbug47199.phpt20 var_dump(pg_fetch_all(pg_query('SELECT * FROM '. $tbl_name)));
30 var_dump(pg_fetch_all(pg_query('SELECT * FROM '. $tbl_name)));
H A Dgh8253.phpt20 var_dump(pg_fetch_all($res));
H A D18pg_escape_bytea_before.phpt19 $rows = pg_fetch_all($result);
H A D18pg_escape_bytea_esc.phpt19 $rows = pg_fetch_all($result);
H A D18pg_escape_bytea_hex.phpt22 $rows = pg_fetch_all($result);
H A Dpg_delete_001.phpt35 var_dump(pg_fetch_all(pg_query('SELECT * FROM foo')));
36 var_dump(pg_fetch_all(pg_query('SELECT * FROM phptests.foo')));
H A D03sync_query.phpt128 var_dump(pg_fetch_all($result));
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h93 PHP_FUNCTION(pg_fetch_all);
H A Dpgsql_arginfo.h483 ZEND_FUNCTION(pg_fetch_all);
585 ZEND_FE(pg_fetch_all, arginfo_pg_fetch_all)
H A Dpgsql.stub.php196 function pg_fetch_all($result, int $mode = PGSQL_ASSOC): array {} function
H A Dpgsql.c2000 PHP_FUNCTION(pg_fetch_all) in PHP_FUNCTION() argument
/PHP-8.0/
H A DUPGRADING461 . pg_fetch_all() will now return an empty array instead of false for result

Completed in 45 milliseconds