Searched refs:pg_send_execute (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/pgsql/tests/ |
H A D | 26async_query_prepared.phpt | 32 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 D | 31nb_async_query_prepared.phpt | 41 $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 D | bug81720.phpt | 22 pg_send_execute($conn, "my_query", [1, new stdClass()]);
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql_arginfo.h | 528 ZEND_FUNCTION(pg_send_execute); 645 ZEND_FE(pg_send_execute, arginfo_pg_send_execute)
|
H A D | pgsql.stub.php | 464 …function pg_send_execute(PgSql\Connection $connection, string $statement_name, array $params): int… function
|
H A D | pgsql.c | 3878 PHP_FUNCTION(pg_send_execute) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds