update stub
authorMichael Wallner <mike@php.net>
Mon, 8 Mar 2021 13:00:09 +0000 (14:00 +0100)
committerMichael Wallner <mike@php.net>
Mon, 8 Mar 2021 13:00:09 +0000 (14:00 +0100)
pq.stub.php

index 0a82dc4474fae567299bc9c221b82aeeaa25354a..4e821cd1752d610415ba5ff80c0f56f54c7a1788 100644 (file)
@@ -241,7 +241,7 @@ class Connection  {
         * 
         * @public
         * @readonly
-        * @var 
+        * @var resource
         */
        public $socket;
        /**
@@ -1028,7 +1028,7 @@ class LOB  {
         * 
         * @public
         * @readonly
-        * @var 
+        * @var resource
         */
        public $stream;
        /**
@@ -1854,18 +1854,6 @@ class Types implements \ArrayAccess {
         * OID of the `float8` type.
         */
        const FLOAT8 = 701;
-       /**
-        * OID of the `abstime` type.
-        */
-       const ABSTIME = 702;
-       /**
-        * OID of the `reltime` type.
-        */
-       const RELTIME = 703;
-       /**
-        * OID of the `tinterval` type.
-        */
-       const TINTERVAL = 704;
        /**
         * OID of the `unknown` type.
         */
@@ -1990,18 +1978,6 @@ class Types implements \ArrayAccess {
         * OID of the `float8array` type.
         */
        const FLOAT8ARRAY = 1022;
-       /**
-        * OID of the `abstimearray` type.
-        */
-       const ABSTIMEARRAY = 1023;
-       /**
-        * OID of the `reltimearray` type.
-        */
-       const RELTIMEARRAY = 1024;
-       /**
-        * OID of the `tintervalarray` type.
-        */
-       const TINTERVALARRAY = 1025;
        /**
         * OID of the `polygonarray` type.
         */
@@ -2266,10 +2242,6 @@ class Types implements \ArrayAccess {
         * OID of the `record` type.
         */
        const RECORD = 2249;
-       /**
-        * OID of the `recordarray` type.
-        */
-       const RECORDARRAY = 2287;
        /**
         * OID of the `cstring` type.
         */