Searched refs:pg_send_execute (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/pgsql/tests/ |
H A D | 26async_query_prepared.phpt | 30 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 D | 31nb_async_query_prepared.phpt | 39 $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 D | bug81720.phpt | 20 pg_send_execute($conn, "my_query", [1, new stdClass()]);
|
/PHP-7.4/ext/pgsql/ |
H A D | php_pgsql.h | 107 PHP_FUNCTION(pg_send_execute);
|
H A D | pgsql.c | 630 PHP_FE(pg_send_execute, arginfo_pg_send_execute) 5135 PHP_FUNCTION(pg_send_execute) argument
|
Completed in 22 milliseconds