Home
last modified time | relevance | path

Searched refs:pg_query_params (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D23sync_query_params.phpt8 if (!function_exists('pg_query_params')) die('skip function pg_query_params() does not exist');
19 $result = pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
42 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
43 … pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
51 …$result = pg_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'BC…
H A Dbug72028.phpt2 Bug #72028 pg_query_params(): NULL converts to empty string
22 $result = pg_query_params($conn, $sql, $params);
30 $result = pg_query_params($conn, $sql, $params2);
H A Dbug46408.phpt2 Bug #46408 (Locale number format settings can cause pg_query_params to break with numerics)
20 pg_query_params($dbh, "SELECT $1::numeric", array(3.5));
H A Dbug81720.phpt2 Bug #81720 (Uninitialized array in pg_query_params() leading to RCE)
14 pg_query_params($conn, 'SELECT $1, $2', [1, new stdClass()]);
H A D25async_query_params.phpt50 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
51 … pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D30nb_async_query_params.phpt55 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
56 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D26async_query_prepared.phpt64 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
65 … pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A D31nb_async_query_prepared.phpt70 pg_num_rows(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
71 pg_num_fields(pg_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)));
H A Ddeprecated_implicit_default_link.phpt18 pg_query_params('str', []);
87 Deprecated: pg_query_params(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h467 ZEND_FUNCTION(pg_query_params);
561 ZEND_FE(pg_query_params, arginfo_pg_query_params)
H A Dpgsql.stub.php97 function pg_query_params($connection, $query, array $params = UNKNOWN): PgSql\Result|false {} function
H A Dpgsql.c1150 PHP_FUNCTION(pg_query_params) in PHP_FUNCTION() argument
/PHP-8.1/
H A DNEWS1255 . Fixed bug #81720: Uninitialized array in pg_query_params().

Completed in 1595 milliseconds