Home
last modified time | relevance | path

Searched refs:pg_send_query (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/pgsql/tests/
H A D04async_query.phpt17 if (!pg_send_query($db, "SELECT * FROM ".$table_name.";")) {
18 echo "pg_send_query() error\n";
58 if (!pg_send_query($db, "INSERT INTO ".$table_name." VALUES (8888, 'GGG');"))
60 echo "pg_send_query() error\n";
H A D32nb_async_query.phpt24 $nb_send = pg_send_query($db, "SELECT * FROM ".$table_name.";");
26 echo "pg_send_query() error\n";
62 $nb_send = pg_send_query($db, "INSERT INTO ".$table_name." VALUES (8888, 'GGG');");
64 echo "pg_send_query() error\n";
/PHP-8.2/ext/pgsql/
H A Dpgsql_arginfo.h537 ZEND_FUNCTION(pg_send_query);
657 ZEND_FE(pg_send_query, arginfo_pg_send_query)
H A Dpgsql.stub.php884 function pg_send_query(PgSql\Connection $connection, string $query): int|bool {} function
H A Dpgsql.c3612 PHP_FUNCTION(pg_send_query) in PHP_FUNCTION() argument

Completed in 51 milliseconds