Searched refs:pg_num_fields (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | 23sync_query_params.phpt | 43 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
|
H A D | 24sync_query_prepared.phpt | 46 pg_num_fields(pg_execute($db, "php_test", array(100)));
|
H A D | 25async_query_params.phpt | 51 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
|
H A D | 32nb_async_query.phpt | 53 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
|
H A D | 30nb_async_query_params.phpt | 52 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
|
H A D | 04async_query.phpt | 50 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
|
H A D | 26async_query_prepared.phpt | 65 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
|
H A D | 31nb_async_query_prepared.phpt | 67 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
|
H A D | 98old_api.phpt | 50 Deprecated: Function pg_numfields() is deprecated since 8.0, use pg_num_fields() instead in %s on l…
|
H A D | 03sync_query.phpt | 87 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 559 function pg_num_fields(PgSql\Result $result): int {} function
|
H A D | pgsql_arginfo.h | 524 ZEND_FUNCTION(pg_num_fields); 635 ZEND_FE(pg_num_fields, arginfo_pg_num_fields)
|
H A D | pgsql.c | 1561 PHP_FUNCTION(pg_num_fields) in PHP_FUNCTION() argument
|
Completed in 31 milliseconds