Home
last modified time | relevance | path

Searched refs:pg_prepare (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D24sync_query_prepared.phpt8 if (!function_exists('pg_prepare')) die('skip function pg_prepare() does not exist');
19 $result = pg_prepare($db, "php_test", "SELECT * FROM ".$table_name." WHERE num > \$1;");
54 $result = pg_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);");
H A Ddeprecated_implicit_default_link.phpt41 'pg_prepare',
119 Deprecated: pg_prepare(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h468 ZEND_FUNCTION(pg_prepare);
562 ZEND_FE(pg_prepare, arginfo_pg_prepare)
H A Dpgsql.stub.php103 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa… function
H A Dpgsql.c1258 PHP_FUNCTION(pg_prepare) in PHP_FUNCTION() argument

Completed in 34 milliseconds