Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
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 D32nb_async_query.phpt36 if (!($rows = pg_num_rows($result))) {
37 echo "pg_num_rows() error\n";
52 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D30nb_async_query_params.phpt35 if (!($rows = pg_num_rows($result))) {
36 echo "pg_num_rows() error\n";
51 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D04async_query.phpt29 if (!($rows = pg_num_rows($result))) {
30 echo "pg_num_rows() error\n";
49 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D01createdb.phpt17 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 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 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 D24sync_query_prepared.phpt23 if (!($rows = pg_num_rows($result)))
45 pg_num_rows(pg_execute($db, "php_test", array(100)));
H A D31nb_async_query_prepared.phpt50 if (!($rows = pg_num_rows($result))) {
51 echo "pg_num_rows() error\n";
66 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A Dpg_set_chunked_rows_size.phpt32 var_dump(pg_num_rows($result));
H A D22pg_fetch_object.phpt26 $rows = pg_num_rows($result);
H A D17result.phpt21 $rows = pg_num_rows($result);
H A D03sync_query.phpt18 if (!($rows = pg_num_rows($result)))
86 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D98old_api.phpt48 Deprecated: Function pg_numrows() is deprecated since 8.0, use pg_num_rows() instead in %s on line …
/php-src/ext/pgsql/
H A Dpgsql.stub.php551 function pg_num_rows(PgSql\Result $result): int {} function
H A Dpgsql_arginfo.h523 ZEND_FUNCTION(pg_num_rows);
633 ZEND_FE(pg_num_rows, arginfo_pg_num_rows)
H A Dpgsql.c1555 PHP_FUNCTION(pg_num_rows) in PHP_FUNCTION() argument

Completed in 35 milliseconds