Home
last modified time | relevance | path

Searched refs:pg_lo_unlink (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/pgsql/tests/
H A D05large_object.phpt52 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 D27large_object_oid.phpt24 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 D28large_object_import_oid.phpt24 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 Ddeprecated_implicit_default_link.phpt21 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 Dpgsql_arginfo.h507 ZEND_FUNCTION(pg_lo_unlink);
617 ZEND_FE(pg_lo_unlink, arginfo_pg_lo_unlink)
618 ZEND_DEP_FALIAS(pg_lounlink, pg_lo_unlink, arginfo_pg_lounlink)
H A Dpgsql.stub.php710 function pg_lo_unlink($connection, $oid = UNKNOWN): bool {} function
H A Dpgsql.c2315 PHP_FUNCTION(pg_lo_unlink) in PHP_FUNCTION() argument

Completed in 24 milliseconds