Searched refs:pg_lo_open (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/pgsql/tests/ |
H A D | gh10672.phpt | 2 GH-10672 (pg_lo_open segfaults in the strict_types mode) 30 $lob = pg_lo_open($db, $oid, 'w');
|
H A D | 05large_object.phpt | 18 $handle = pg_lo_open ($db, $oid, "w"); 19 if (!$handle) echo ("pg_lo_open() error\n"); 26 $handle = pg_lo_open ($db, $oid, "w"); 41 $handle = pg_lo_open ($db, $oid, "w");
|
H A D | deprecated_implicit_default_link.phpt | 23 pg_lo_open(1, 'r'); 93 Deprecated: pg_lo_open(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql_arginfo.h | 496 ZEND_FUNCTION(pg_lo_open); 604 ZEND_FE(pg_lo_open, arginfo_pg_lo_open) 605 ZEND_DEP_FALIAS(pg_loopen, pg_lo_open, arginfo_pg_loopen)
|
H A D | pgsql.stub.php | 680 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {} function
|
H A D | pgsql.c | 2349 PHP_FUNCTION(pg_lo_open) in PHP_FUNCTION() argument
|
/PHP-8.2/ |
H A D | NEWS | 1834 . Fix GH-10672 (pg_lo_open segfaults in the strict_types mode). (girgias)
|
Completed in 24 milliseconds