Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/tests/
H A D04async_query.phpt45 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D23sync_query_params.phpt41 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D24sync_query_prepared.phpt44 pg_num_fields(pg_execute($db, "php_test", array(100)));
H A D03sync_query.phpt56 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D25async_query_params.phpt49 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D26async_query_prepared.phpt63 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h124 PHP_FUNCTION(pg_num_fields);
H A Dpgsql.c626 PHP_FE(pg_num_fields, arginfo_pg_num_fields)
697 PHP_FALIAS(pg_numfields, pg_num_fields, arginfo_pg_num_fields)
2189 PHP_FUNCTION(pg_num_fields) argument

Completed in 21 milliseconds