Searched refs:pg_send_execute (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/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-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 85 PHP_FUNCTION(pg_send_execute);
|
H A D | pgsql_arginfo.h | 526 ZEND_FUNCTION(pg_send_execute); 643 ZEND_FE(pg_send_execute, arginfo_pg_send_execute)
|
H A D | pgsql.stub.php | 467 function pg_send_execute($connection, string $statement_name, array $params): int|bool {} function
|
H A D | pgsql.c | 3880 PHP_FUNCTION(pg_send_execute) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds