Searched refs:pg_num_rows (Results 1 – 17 of 17) sorted by relevance
/php-src/ext/pgsql/tests/ |
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 | 32nb_async_query.phpt | 36 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 D | 30nb_async_query_params.phpt | 35 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 D | 04async_query.phpt | 29 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 D | 01createdb.phpt | 17 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 | 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 | 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 | 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 | 31nb_async_query_prepared.phpt | 50 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 D | pg_set_chunked_rows_size.phpt | 32 var_dump(pg_num_rows($result));
|
H A D | 22pg_fetch_object.phpt | 26 $rows = pg_num_rows($result);
|
H A D | 17result.phpt | 21 $rows = pg_num_rows($result);
|
H A D | 03sync_query.phpt | 18 if (!($rows = pg_num_rows($result))) 86 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
|
H A D | 98old_api.phpt | 48 Deprecated: Function pg_numrows() is deprecated since 8.0, use pg_num_rows() instead in %s on line …
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 551 function pg_num_rows(PgSql\Result $result): int {} function
|
H A D | pgsql_arginfo.h | 523 ZEND_FUNCTION(pg_num_rows); 633 ZEND_FE(pg_num_rows, arginfo_pg_num_rows)
|
H A D | pgsql.c | 1555 PHP_FUNCTION(pg_num_rows) in PHP_FUNCTION() argument
|
Completed in 36 milliseconds