Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A Dpg_close_stmt.phpt18 $res = pg_prepare($db, 'test', $query);
24 pg_prepare($db, 'test', $query);
H A D24sync_query_prepared.phpt19 $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
H A Dgh13354.phpt18 pg_prepare($db, 'test', $query);
/php-src/ext/pgsql/
H A Dpgsql.stub.php542 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa… function
H A Dpgsql_arginfo.h521 ZEND_FUNCTION(pg_prepare);
631 ZEND_FE(pg_prepare, arginfo_pg_prepare)
H A Dpgsql.c1327 PHP_FUNCTION(pg_prepare) in PHP_FUNCTION() argument

Completed in 71 milliseconds