Searched refs:pg_send_query_params (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/pgsql/tests/ |
H A D | 25async_query_params.phpt | 8 if (!function_exists('pg_send_query_params')) die('skip function pg_send_query_params() does not ex… 19 if (!pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100))) { 20 echo "pg_send_query_params() error\n"; 59 …if (!pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'BC… 61 echo "pg_send_query_params() error\n";
|
H A D | 30nb_async_query_params.phpt | 8 if (!function_exists('pg_send_query_params')) die('skip function pg_send_query_params() does not ex… 27 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)); 29 echo "pg_send_query_params() error\n"; 64 $sent = pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'… 67 echo "pg_send_query_params() error\n";
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql_arginfo.h | 526 ZEND_FUNCTION(pg_send_query_params); 643 ZEND_FE(pg_send_query_params, arginfo_pg_send_query_params)
|
H A D | pgsql.stub.php | 460 …function pg_send_query_params(PgSql\Connection $connection, string $query, array $params): int|boo… function
|
H A D | pgsql.c | 3712 PHP_FUNCTION(pg_send_query_params) in PHP_FUNCTION() argument
|
Completed in 30 milliseconds