Searched refs:PgSql (Results 1 – 16 of 16) sorted by relevance
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.stub.php | 5 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 D | pgsql_arginfo.h | 72 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 D | connection_reuse.phpt | 16 object(PgSql\Connection)#1 (0) { 18 object(PgSql\Connection)#1 (0) {
|
H A D | 80_bug32223.phpt | 58 object(PgSql\Result)#%d (0) { 60 object(PgSql\Result)#%d (0) {
|
H A D | gh12763.phpt | 2 Bug #GH12763 (pg_untrace(): Argument #1 ($connection) must be of type resource or null, PgSql\Conne…
|
H A D | 12pg_insert_9.phpt | 59 object(PgSql\Result)#%d (0) { 65 Values must be of type string|int|float|bool|null, PgSql\Connection given
|
H A D | 02connection.phpt | 59 object(PgSql\Connection)#%d (0) {
|
H A D | bug72197.phpt | 36 pg_lo_create(): Argument #1 ($connection) must be of type PgSql\Connection when the connection is p…
|
H A D | 80_bug36625.phpt | 55 object(PgSql\Result)#%d (0) {
|
H A D | 80_bug32223b.phpt | 61 object(PgSql\Result)#%d (0) {
|
H A D | 10pg_convert_9.phpt | 65 Values must be of type string|int|float|bool|null, PgSql\Connection given
|
H A D | 09notice.phpt | 54 object(PgSql\Result)#%d (0) {
|
H A D | 13pg_select_9.phpt | 85 Values must be of type string|int|float|bool|null, PgSql\Connection given
|
H A D | 28large_object_import_oid.phpt | 110 OID value must be of type string|int, PgSql\Connection given
|
/PHP-8.1/ |
H A D | UPGRADING | 142 . 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 D | NEWS | 1812 . Convert resource<pgsql link> to object \PgSql\Connection. (Máté) 1813 . Convert resource<pgsql result> to object \PgSql\Result. (Máté) 1814 . Convert resource<pgsql large object> to object \PgSql\Lob. (Máté)
|
Completed in 23 milliseconds