Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A D04async_query.phpt45 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D23sync_query_params.phpt41pg_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 D25async_query_params.phpt49pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D30nb_async_query_params.phpt54 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D32nb_async_query.phpt55 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D26async_query_prepared.phpt63pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D31nb_async_query_prepared.phpt69 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D03sync_query.phpt82 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
/PHP-8.0/ext/pgsql/
H A Dpgsql_arginfo.h469 ZEND_FUNCTION(pg_num_fields);
564 ZEND_FE(pg_num_fields, arginfo_pg_num_fields)
565 ZEND_DEP_FALIAS(pg_numfields, pg_num_fields, arginfo_pg_numfields)
H A Dphp_pgsql.h102 PHP_FUNCTION(pg_num_fields);
H A Dpgsql.stub.php95 function pg_num_fields($result): int {} function
H A Dpgsql.c1413 PHP_FUNCTION(pg_num_fields) in PHP_FUNCTION() argument

Completed in 63 milliseconds