Home
last modified time | relevance | path

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

/PHP-5.6/ext/pgsql/tests/
H A D04async_query.phpt24 if (!($rows = pg_num_rows($result))) {
25 echo "pg_num_rows() error\n";
44 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D25async_query_params.phpt28 if (!($rows = pg_num_rows($result))) {
29 echo "pg_num_rows() error\n";
48 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D30nb_async_query_params.phpt37 if (!($rows = pg_num_rows($result))) {
38 echo "pg_num_rows() error\n";
53 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D32nb_async_query.phpt38 if (!($rows = pg_num_rows($result))) {
39 echo "pg_num_rows() error\n";
54 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D01createdb.phpt12 if (!@pg_num_rows(@pg_query($db, "SELECT * FROM ".$table_name)))
24 if (version_compare($v['server'], '9.2', '>=') && !@pg_num_rows(@pg_query($db, "SELECT * FROM ".$ta…
H A D26async_query_prepared.phpt42 if (!($rows = pg_num_rows($result))) {
43 echo "pg_num_rows() error\n";
62 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D31nb_async_query_prepared.phpt52 if (!($rows = pg_num_rows($result))) {
53 echo "pg_num_rows() error\n";
68 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D23sync_query_params.phpt18 if (!($rows = pg_num_rows($result)))
40 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D24sync_query_prepared.phpt21 if (!($rows = pg_num_rows($result)))
43 pg_num_rows(pg_execute($db, "php_test", array(100)));
H A D03sync_query.phpt13 if (!($rows = pg_num_rows($result)))
55 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D22pg_fetch_object.phpt21 $rows = pg_num_rows($result);
H A D17result.phpt15 $rows = pg_num_rows($result);
/PHP-5.6/ext/pgsql/
H A Dphp_pgsql.h126 PHP_FUNCTION(pg_num_rows);
H A Dpgsql.c649 PHP_FE(pg_num_rows, arginfo_pg_num_rows)
726 PHP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_num_rows)
2292 PHP_FUNCTION(pg_num_rows) argument

Completed in 39 milliseconds