Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/tests/
H A D27large_object_oid.phpt21 $oid = pg_lo_create ($db, 21000);
22 if (!$oid) echo ("pg_lo_create() error\n");
23 if ($oid != 21000) echo ("pg_lo_create() wrong id\n");
29 $oid = pg_lo_create ($db, "21001");
30 if (!$oid) echo ("pg_lo_create() error\n");
31 if ($oid != 21001) echo ("pg_lo_create() wrong id\n");
37 $oid = pg_lo_create (21002);
38 if (!$oid) echo ("pg_lo_create() error\n");
39 if ($oid != 21002) echo ("pg_lo_create() wrong id\n");
52 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
H A Dbug72197.phpt2 Bug #72197 pg_lo_create arbitrary read
13 pg_lo_create($var1, $var2);
24 $oid = pg_lo_create($conn);
28 $oid = pg_lo_create();
36 pg_lo_create(): Argument #1 ($connection) must be of type PgSql\Connection when the connection is p…
39 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
H A D05large_object.phpt16 $oid = pg_lo_create ($db);
17 if (!$oid) echo ("pg_lo_create() error\n");
58 $oid = pg_lo_create ($db) or print("pg_lo_create() error\n");
64 $oid = pg_lo_create ($db) or print("pg_lo_create() error\n");
84 pg_lo_create(-15);
89 pg_lo_create($db, -15);
94 pg_lo_create('giberrish');
99 pg_lo_create($db, 'giberrish');
128 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
132 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
H A Dgh10672.phpt23 $oid = pg_lo_create($db);
H A Ddeprecated_implicit_default_link.phpt43 'pg_lo_create',
123 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h494 ZEND_FUNCTION(pg_lo_create);
600 ZEND_FE(pg_lo_create, arginfo_pg_lo_create)
601 ZEND_DEP_FALIAS(pg_locreate, pg_lo_create, arginfo_pg_locreate)
H A Dpgsql.stub.php270 function pg_lo_create($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {} function
H A Dpgsql.c2309 PHP_FUNCTION(pg_lo_create) in PHP_FUNCTION() argument

Completed in 32 milliseconds