Home
last modified time | relevance | path

Searched refs:pg_send_query_params (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A D25async_query_params.phpt6 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";
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h98 PHP_FUNCTION(pg_send_query_params);
H A Dpgsql.c600 PHP_FE(pg_send_query_params, arginfo_pg_send_query_params)
4715 PHP_FUNCTION(pg_send_query_params) argument
/PHP-5.5/
H A DNEWS7008 - Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' to strings). (Ilia)
9074 . pg_send_query_params() - async equivalent of pg_query_params().

Completed in 47 milliseconds