Home
last modified time | relevance | path

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

/PHP-5.5/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 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 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 D01createdb.phpt12 if (!@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.5/ext/pgsql/
H A Dphp_pgsql.h123 PHP_FUNCTION(pg_num_rows);
H A Dpgsql.c625 PHP_FE(pg_num_rows, arginfo_pg_num_rows)
696 PHP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_num_rows)
2181 PHP_FUNCTION(pg_num_rows) argument

Completed in 21 milliseconds