Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/tests/
H A D04async_query.phpt14 if (!pg_send_query($db, "SELECT * FROM ".$table_name.";")) {
15 echo "pg_send_query() error\n";
55 if (!pg_send_query($db, "INSERT INTO ".$table_name." VALUES (8888, 'GGG');"))
57 echo "pg_send_query() error\n";
H A D32nb_async_query.phpt27 $nb_send = pg_send_query($db, "SELECT * FROM ".$table_name.";");
29 echo "pg_send_query() error\n";
65 $nb_send = pg_send_query($db, "INSERT INTO ".$table_name." VALUES (8888, 'GGG');");
67 echo "pg_send_query() error\n";
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h525 ZEND_FUNCTION(pg_send_query);
642 ZEND_FE(pg_send_query, arginfo_pg_send_query)
H A Dpgsql.stub.php458 function pg_send_query(PgSql\Connection $connection, string $query): int|bool {} function
H A Dpgsql.c3642 PHP_FUNCTION(pg_send_query) in PHP_FUNCTION() argument

Completed in 26 milliseconds