Home
last modified time | relevance | path

Searched refs:pg_num_fields (Results 1 – 12 of 12) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D04async_query.phpt47 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D23sync_query_params.phpt43pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D24sync_query_prepared.phpt46 pg_num_fields(pg_execute($db, "php_test", array(100)));
H A D25async_query_params.phpt51pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D32nb_async_query.phpt57 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D30nb_async_query_params.phpt56 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D26async_query_prepared.phpt65pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D31nb_async_query_prepared.phpt71 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D03sync_query.phpt84 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h471 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 Dpgsql.stub.php120 function pg_num_fields(PgSql\Result $result): int {} function
H A Dpgsql.c1482 PHP_FUNCTION(pg_num_fields) in PHP_FUNCTION() argument

Completed in 34 milliseconds