update tests
[m6w6/ext-pq] / tests / async005.phpt
index b2774a5b413adb8d948a9e117f483dce53f52c2b..a956026ffa551074ac276ad58eedc55aeb23be68 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"]=>
@@ -49,5 +51,7 @@ object(pq\Result)#%d (6) {
   int(1)
   ["fetchType"]=>
   int(0)
+  ["autoConvert"]=>
+  int(255)
 }
 DONE