fix doc links
[m6w6/ext-pq] / tests / async005.phpt
index b2774a5b413adb8d948a9e117f483dce53f52c2b..343992ac2164b4cddd2e4ad91b866e97a5ec200a 100644 (file)
@@ -36,9 +36,11 @@ complete($s);
 DONE
 --EXPECTF--
 Test
-object(pq\Result)#%d (6) {
+object(pq\Result)#%d (8) {
   ["status"]=>
   int(2)
+  ["statusMessage"]=>
+  string(9) "TUPLES_OK"
   ["errorMessage"]=>
   string(0) ""
   ["numRows"]=>
@@ -46,8 +48,10 @@ object(pq\Result)#%d (6) {
   ["numCols"]=>
   int(2)
   ["affectedRows"]=>
-  int(1)
+  int(%d)
   ["fetchType"]=>
   int(0)
+  ["autoConvert"]=>
+  int(65535)
 }
 DONE