Searched refs:pg_send_prepare (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/pgsql/tests/ |
H A D | 26async_query_prepared.phpt | 8 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist'); 19 if (!pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;")) { 20 echo "pg_send_prepare() error\n"; 73 if (!pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);")) 75 echo "pg_send_prepare() error\n";
|
H A D | 31nb_async_query_prepared.phpt | 8 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist'); 27 $nb_send = pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;"); 29 echo "pg_send_prepare() error\n"; 79 $nb_send = pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);"); 81 echo "pg_send_prepare() error\n";
|
H A D | 32nb_async_query.phpt | 8 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist');
|
H A D | bug81720.phpt | 20 pg_send_prepare($conn, "my_query", 'SELECT $1, $2');
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql_arginfo.h | 527 ZEND_FUNCTION(pg_send_prepare); 644 ZEND_FE(pg_send_prepare, arginfo_pg_send_prepare)
|
H A D | pgsql.stub.php | 462 …function pg_send_prepare(PgSql\Connection $connection, string $statement_name, string $query): int… function
|
H A D | pgsql.c | 3808 PHP_FUNCTION(pg_send_prepare) in PHP_FUNCTION() argument
|
Completed in 38 milliseconds