Searched refs:pg_send_prepare (Results 1 – 7 of 7) sorted by relevance
/PHP-8.4/ext/pgsql/tests/ |
H A D | 26async_query_prepared.phpt | 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 | 23 $nb_send = pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;"); 25 echo "pg_send_prepare() error\n"; 75 $nb_send = pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);"); 77 echo "pg_send_prepare() error\n";
|
H A D | bug81720.phpt | 20 pg_send_prepare($conn, "my_query", 'SELECT $1, $2');
|
H A D | gh13354.phpt | 56 // method 4, pg_send_prepare, pg_send_execute
|
/PHP-8.4/ext/pgsql/ |
H A D | pgsql.stub.php | 899 …function pg_send_prepare(PgSql\Connection $connection, string $statement_name, string $query): int… function
|
H A D | pgsql_arginfo.h | 575 ZEND_FUNCTION(pg_send_prepare); 703 ZEND_FE(pg_send_prepare, arginfo_pg_send_prepare)
|
H A D | pgsql.c | 4031 PHP_FUNCTION(pg_send_prepare) in PHP_FUNCTION() argument
|
Completed in 31 milliseconds