Searched refs:pg_send_query_params (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/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-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 83 PHP_FUNCTION(pg_send_query_params);
|
H A D | pgsql_arginfo.h | 524 ZEND_FUNCTION(pg_send_query_params); 641 ZEND_FE(pg_send_query_params, arginfo_pg_send_query_params)
|
H A D | pgsql.stub.php | 461 function pg_send_query_params($connection, string $query, array $params): int|bool {} function
|
H A D | pgsql.c | 3716 PHP_FUNCTION(pg_send_query_params) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds