Searched refs:pg_lo_create (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/pgsql/tests/ |
H A D | 27large_object_oid.phpt | 21 $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 D | bug72197.phpt | 2 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 D | 05large_object.phpt | 16 $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 D | gh10672.phpt | 23 $oid = pg_lo_create($db);
|
H A D | deprecated_implicit_default_link.phpt | 43 'pg_lo_create', 123 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql_arginfo.h | 494 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 D | pgsql.stub.php | 651 function pg_lo_create($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {} function
|
H A D | pgsql.c | 2215 PHP_FUNCTION(pg_lo_create) in PHP_FUNCTION() argument
|
Completed in 29 milliseconds