Home
last modified time | relevance | path

Searched refs:pg_num_rows (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/ext/pgsql/tests/
H A D04async_query.phpt26 if (!($rows = pg_num_rows($result))) {
27 echo "pg_num_rows() error\n";
46 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D25async_query_params.phpt30 if (!($rows = pg_num_rows($result))) {
31 echo "pg_num_rows() error\n";
50 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D01createdb.phpt14 if (!($q = @pg_query($db, "SELECT * FROM ".$table_name)) || !@pg_num_rows($q))
26 …'], '9.2', '>=') && (!($q = @pg_query($db, "SELECT * FROM ".$table_name_92)) || !@pg_num_rows($q)))
H A D30nb_async_query_params.phpt39 if (!($rows = pg_num_rows($result))) {
40 echo "pg_num_rows() error\n";
55 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D32nb_async_query.phpt40 if (!($rows = pg_num_rows($result))) {
41 echo "pg_num_rows() error\n";
56 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D26async_query_prepared.phpt44 if (!($rows = pg_num_rows($result))) {
45 echo "pg_num_rows() error\n";
64 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D31nb_async_query_prepared.phpt54 if (!($rows = pg_num_rows($result))) {
55 echo "pg_num_rows() error\n";
70 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D23sync_query_params.phpt20 if (!($rows = pg_num_rows($result)))
42 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D24sync_query_prepared.phpt23 if (!($rows = pg_num_rows($result)))
45 pg_num_rows(pg_execute($db, "php_test", array(100)));
H A D17result.phpt17 $rows = pg_num_rows($result);
H A D22pg_fetch_object.phpt23 $rows = pg_num_rows($result);
H A D03sync_query.phpt15 if (!($rows = pg_num_rows($result)))
83 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h480 ZEND_FUNCTION(pg_num_rows);
579 ZEND_FE(pg_num_rows, arginfo_pg_num_rows)
580 ZEND_DEP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_numrows)
H A Dpgsql.stub.php540 function pg_num_rows(PgSql\Result $result): int {} function
H A Dpgsql.c1386 PHP_FUNCTION(pg_num_rows) in PHP_FUNCTION() argument

Completed in 27 milliseconds