Searched refs:pg_send_query_params (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/ext/pgsql/tests/ |
H A D | 25async_query_params.phpt | 6 if (!function_exists('pg_send_query_params')) die('skip function pg_send_query_params() does not ex… 17 if (!pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100))) { 18 echo "pg_send_query_params() error\n"; 57 …if (!pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'BC… 59 echo "pg_send_query_params() error\n";
|
H A D | 30nb_async_query_params.phpt | 6 if (!function_exists('pg_send_query_params')) die('skip function pg_send_query_params() does not ex… 25 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)); 27 echo "pg_send_query_params() error\n"; 62 $sent = pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'… 65 echo "pg_send_query_params() error\n";
|
/PHP-7.4/ext/pgsql/ |
H A D | php_pgsql.h | 101 PHP_FUNCTION(pg_send_query_params);
|
H A D | pgsql.c | 624 PHP_FE(pg_send_query_params, arginfo_pg_send_query_params) 4965 PHP_FUNCTION(pg_send_query_params) argument
|
Completed in 26 milliseconds