Searched refs:pg_num_rows (Results 1 – 15 of 15) sorted by relevance
/PHP-8.1/ext/pgsql/tests/ |
H A D | 04async_query.phpt | 26 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 D | 25async_query_params.phpt | 30 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 D | 01createdb.phpt | 14 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 D | 32nb_async_query.phpt | 40 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 D | 30nb_async_query_params.phpt | 39 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 D | 26async_query_prepared.phpt | 44 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 D | 31nb_async_query_prepared.phpt | 54 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 D | 23sync_query_params.phpt | 20 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 D | 24sync_query_prepared.phpt | 23 if (!($rows = pg_num_rows($result))) 45 pg_num_rows(pg_execute($db, "php_test", array(100)));
|
H A D | 17result.phpt | 17 $rows = pg_num_rows($result);
|
H A D | 22pg_fetch_object.phpt | 23 $rows = pg_num_rows($result);
|
H A D | 03sync_query.phpt | 15 if (!($rows = pg_num_rows($result))) 83 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql_arginfo.h | 470 ZEND_FUNCTION(pg_num_rows); 564 ZEND_FE(pg_num_rows, arginfo_pg_num_rows) 565 ZEND_DEP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_numrows)
|
H A D | pgsql.stub.php | 112 function pg_num_rows(PgSql\Result $result): int {} function
|
H A D | pgsql.c | 1476 PHP_FUNCTION(pg_num_rows) in PHP_FUNCTION() argument
|
Completed in 64 milliseconds