Searched refs:pg_num_fields (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/ext/pgsql/tests/ |
H A D | 04async_query.phpt | 47 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
|
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 | 57 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
|
H A D | 30nb_async_query_params.phpt | 56 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
|
H A D | 31nb_async_query_prepared.phpt | 71 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
|
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 | 03sync_query.phpt | 84 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql_arginfo.h | 471 ZEND_FUNCTION(pg_num_fields); 566 ZEND_FE(pg_num_fields, arginfo_pg_num_fields) 567 ZEND_DEP_FALIAS(pg_numfields, pg_num_fields, arginfo_pg_numfields)
|
H A D | pgsql.stub.php | 501 function pg_num_fields(PgSql\Result $result): int {} function
|
H A D | pgsql.c | 1388 PHP_FUNCTION(pg_num_fields) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds