Home
last modified time | relevance | path

Searched refs:pg_send_execute (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D26async_query_prepared.phpt32 if (!pg_send_execute($db, 'php_test', array(100))) {
33 echo "pg_send_execute() error\n";
87 if (!pg_send_execute($db, "php_test2", array(9999, "A'BC")))
89 echo "pg_send_execute() error\n";
H A D31nb_async_query_prepared.phpt41 $nb_send = pg_send_execute($db, 'php_test', array(100));
43 echo "pg_send_execute() error\n";
93 $nb_send = pg_send_execute($db, "php_test2", array(9999, "A'BC"));
95 echo "pg_send_execute() error\n";
H A Dbug81720.phpt22 pg_send_execute($conn, "my_query", [1, new stdClass()]);
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h528 ZEND_FUNCTION(pg_send_execute);
645 ZEND_FE(pg_send_execute, arginfo_pg_send_execute)
H A Dpgsql.stub.php464 …function pg_send_execute(PgSql\Connection $connection, string $statement_name, array $params): int… function
H A Dpgsql.c3878 PHP_FUNCTION(pg_send_execute) in PHP_FUNCTION() argument

Completed in 24 milliseconds