Searched refs:pg_send_prepare (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/pgsql/tests/ |
H A D | 26async_query_prepared.phpt | 6 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist'); 17 if (!pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;")) { 18 echo "pg_send_prepare() error\n"; 71 if (!pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);")) 73 echo "pg_send_prepare() error\n";
|
H A D | 31nb_async_query_prepared.phpt | 6 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist'); 25 $nb_send = pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;"); 27 echo "pg_send_prepare() error\n"; 77 $nb_send = pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);"); 79 echo "pg_send_prepare() error\n";
|
H A D | 32nb_async_query.phpt | 6 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist');
|
H A D | bug81720.phpt | 18 pg_send_prepare($conn, "my_query", 'SELECT $1, $2');
|
/PHP-7.4/ext/pgsql/ |
H A D | php_pgsql.h | 104 PHP_FUNCTION(pg_send_prepare);
|
H A D | pgsql.c | 627 PHP_FE(pg_send_prepare, arginfo_pg_send_prepare) 5063 PHP_FUNCTION(pg_send_prepare) argument
|
Completed in 27 milliseconds