Searched refs:pg_exec (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/pgsql/tests/ |
H A D | 27large_object_oid.phpt | 20 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 D | 05large_object.phpt | 15 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 D | 28large_object_import_oid.phpt | 20 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 D | 98old_api.phpt | 13 $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 D | lcmess.inc | 13 if (!@pg_exec($conn, "SET LC_MESSAGES='{$lc_messages}'")) {
|
H A D | deprecated_implicit_default_link.phpt | 40 'pg_exec', 117 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.stub.php | 471 function pg_exec($connection, string $query = UNKNOWN): PgSql\Result|false {} function
|
H A D | pgsql_arginfo.h | 560 ZEND_FALIAS(pg_exec, pg_query, arginfo_pg_exec)
|
Completed in 17 milliseconds