Home
last modified time | relevance | path

Searched refs:pg_send_prepare (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/pgsql/tests/
H A D26async_query_prepared.phpt8 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist');
20 if (!pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;")) {
21 echo "pg_send_prepare() error\n";
74 if (!pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);"))
76 echo "pg_send_prepare() error\n";
H A D31nb_async_query_prepared.phpt8 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist');
24 $nb_send = pg_send_prepare($db, 'php_test', "SELECT * FROM ".$table_name." WHERE num > \$1;");
26 echo "pg_send_prepare() error\n";
76 $nb_send = pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);");
78 echo "pg_send_prepare() error\n";
H A D32nb_async_query.phpt8 if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist');
H A Dbug81720.phpt20 pg_send_prepare($conn, "my_query", 'SELECT $1, $2');
H A Dgh13354.phpt56 // method 4, pg_send_prepare, pg_send_execute
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h538 ZEND_FUNCTION(pg_send_prepare);
657 ZEND_FE(pg_send_prepare, arginfo_pg_send_prepare)
H A Dpgsql.stub.php888 …function pg_send_prepare(PgSql\Connection $connection, string $statement_name, string $query): int… function
H A Dpgsql.c3785 PHP_FUNCTION(pg_send_prepare) in PHP_FUNCTION() argument

Completed in 26 milliseconds