Home
last modified time | relevance | path

Searched refs:PgSql (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php5 namespace PgSql { namespace
73 * @param PgSql\Connection|string $connection
81 * @param PgSql\Connection|string $connection
87 * @param PgSql\Connection|string $connection
266 * @param PgSql\Connection $connection
273 * @param PgSql\Connection $connection
281 * @param PgSql\Connection $connection
287 * @param PgSql\Connection $connection
295 * @param PgSql\Connection $connection
302 * @param PgSql\Connection $connection
[all …]
H A Dpgsql_arginfo.h72 ZEND_ARG_OBJ_INFO(0, result, PgSql\\Result, 0)
91 ZEND_ARG_OBJ_INFO(0, result, PgSql\\Result, 0)
97 ZEND_ARG_OBJ_INFO(0, result, PgSql\\Result, 0)
104 ZEND_ARG_OBJ_INFO(0, result, PgSql\\Result, 0)
115 ZEND_ARG_OBJ_INFO(0, result, PgSql\\Result, 0)
228 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
234 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
241 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
249 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
271 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
[all …]
/PHP-8.1/ext/pgsql/tests/
H A Dconnection_reuse.phpt16 object(PgSql\Connection)#1 (0) {
18 object(PgSql\Connection)#1 (0) {
H A D80_bug32223.phpt58 object(PgSql\Result)#%d (0) {
60 object(PgSql\Result)#%d (0) {
H A Dgh12763.phpt2 Bug #GH12763 (pg_untrace(): Argument #1 ($connection) must be of type resource or null, PgSql\Conne…
H A D12pg_insert_9.phpt59 object(PgSql\Result)#%d (0) {
65 Values must be of type string|int|float|bool|null, PgSql\Connection given
H A D02connection.phpt59 object(PgSql\Connection)#%d (0) {
H A Dbug72197.phpt36 pg_lo_create(): Argument #1 ($connection) must be of type PgSql\Connection when the connection is p…
H A D80_bug36625.phpt55 object(PgSql\Result)#%d (0) {
H A D80_bug32223b.phpt61 object(PgSql\Result)#%d (0) {
H A D10pg_convert_9.phpt65 Values must be of type string|int|float|bool|null, PgSql\Connection given
H A D09notice.phpt54 object(PgSql\Result)#%d (0) {
H A D13pg_select_9.phpt85 Values must be of type string|int|float|bool|null, PgSql\Connection given
H A D28large_object_import_oid.phpt110 OID value must be of type string|int, PgSql\Connection given
/PHP-8.1/
H A DUPGRADING142 . The PgSQL functions now accept and return, respectively, \PgSql\Connection
145 . The PgSQL functions now accept and return, respectively, \PgSql\Result
148 . The PgSQL functions now accept and return, respectively, \PgSql\Lob
H A DNEWS1786 . Convert resource<pgsql link> to object \PgSql\Connection. (Máté)
1787 . Convert resource<pgsql result> to object \PgSql\Result. (Máté)
1788 . Convert resource<pgsql large object> to object \PgSql\Lob. (Máté)

Completed in 27 milliseconds