Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/pgsql/
H A Dphp_pgsql.h85 PHP_FUNCTION(pg_send_execute);
H A Dpgsql_arginfo.h526 ZEND_FUNCTION(pg_send_execute);
643 ZEND_FE(pg_send_execute, arginfo_pg_send_execute)
H A Dpgsql.stub.php467 function pg_send_execute($connection, string $statement_name, array $params): int|bool {} function
H A Dpgsql.c3880 PHP_FUNCTION(pg_send_execute) in PHP_FUNCTION() argument

Completed in 28 milliseconds