Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/tests/
H A D26async_query_prepared.phpt30 if (!pg_send_execute($db, 'php_test', array(100))) {
31 echo "pg_send_execute() error\n";
85 if (!pg_send_execute($db, "php_test2", array(9999, "A'BC")))
87 echo "pg_send_execute() error\n";
H A D31nb_async_query_prepared.phpt39 $nb_send = pg_send_execute($db, 'php_test', array(100));
41 echo "pg_send_execute() error\n";
91 $nb_send = pg_send_execute($db, "php_test2", array(9999, "A'BC"));
93 echo "pg_send_execute() error\n";
H A Dbug81720.phpt20 pg_send_execute($conn, "my_query", [1, new stdClass()]);
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h107 PHP_FUNCTION(pg_send_execute);
H A Dpgsql.c630 PHP_FE(pg_send_execute, arginfo_pg_send_execute)
5135 PHP_FUNCTION(pg_send_execute) argument

Completed in 23 milliseconds