Home
last modified time | relevance | path

Searched refs:pg_exec (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D27large_object_oid.phpt20 pg_exec ($db, "begin");
25 pg_exec ($db, "commit");
28 pg_exec ($db, "begin");
33 pg_exec ($db, "commit");
36 pg_exec ("begin");
41 pg_exec ("commit");
50 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
56 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
H A D05large_object.phpt15 pg_exec ($db, "begin");
22 pg_exec ($db, "commit");
25 pg_exec ($db, "begin");
37 pg_exec ($db, "commit");
40 pg_exec ($db, "begin");
48 pg_exec ($db, "commit");
51 pg_exec ($db, "begin");
53 pg_exec ($db, "commit");
57 pg_exec ($db, "begin");
60 pg_exec ($db, "commit");
[all …]
H A D28large_object_import_oid.phpt20 pg_exec($db, 'begin');
25 pg_exec($db, 'commit');
28 pg_exec($db, 'begin');
33 pg_exec($db, 'commit');
36 pg_exec('begin');
41 pg_exec('commit');
92 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
96 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
H A D98old_api.phpt13 $result = pg_exec($db, "SELECT * FROM ".$table_name);
23 $result = pg_exec($db, "INSERT INTO ".$table_name." VALUES (7777, 'KKK')");
27 $result = pg_exec($db, "UPDATE ".$table_name." SET str = 'QQQ' WHERE str like 'RGD';");
H A Dlcmess.inc13 if (!@pg_exec($conn, "SET LC_MESSAGES='{$lc_messages}'")) {
H A Ddeprecated_implicit_default_link.phpt40 'pg_exec',
117 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php90 function pg_exec($connection, string $query = UNKNOWN): PgSql\Result|false {} function
H A Dpgsql_arginfo.h560 ZEND_FALIAS(pg_exec, pg_query, arginfo_pg_exec)

Completed in 12 milliseconds