Searched refs:pg_lo_unlink (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/pgsql/tests/ |
H A D | 05large_object.phpt | 52 pg_lo_unlink($db, $oid) or print("pg_lo_unlink() error 1\n"); 55 // more pg_lo_unlink() tests 59 pg_lo_unlink($oid) or print("pg_lo_unlink() error 2\n"); 65 pg_lo_unlink($db, (string)$oid) or print("pg_lo_unlink() error 3\n"); 124 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
|
H A D | 27large_object_oid.phpt | 24 pg_lo_unlink ($db, $oid); 32 pg_lo_unlink ($db, $oid); 40 pg_lo_unlink ($oid); 54 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
|
H A D | 28large_object_import_oid.phpt | 24 pg_lo_unlink ($db, $oid); 32 pg_lo_unlink ($db, $oid); 40 pg_lo_unlink ($oid); 94 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
|
H A D | deprecated_implicit_default_link.phpt | 21 pg_lo_unlink(1); 91 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql_arginfo.h | 495 ZEND_FUNCTION(pg_lo_unlink); 602 ZEND_FE(pg_lo_unlink, arginfo_pg_lo_unlink) 603 ZEND_DEP_FALIAS(pg_lounlink, pg_lo_unlink, arginfo_pg_lounlink)
|
H A D | pgsql.stub.php | 665 function pg_lo_unlink($connection, $oid = UNKNOWN): bool {} function
|
H A D | pgsql.c | 2285 PHP_FUNCTION(pg_lo_unlink) in PHP_FUNCTION() argument
|
Completed in 34 milliseconds