update tests
[m6w6/ext-pq] / tests / async003.phpt
index a1af7c95db762bdbc7e236977b79199febadd7fc..e94b963c905d1dfa6113606c9480ac24a1dca29c 100644 (file)
@@ -26,9 +26,11 @@ do {
 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"]=>
@@ -39,10 +41,14 @@ object(pq\Result)#%d (6) {
   int(1)
   ["fetchType"]=>
   int(0)
+  ["autoConvert"]=>
+  int(255)
 }
-object(pq\Result)#%d (6) {
+object(pq\Result)#%d (8) {
   ["status"]=>
   int(2)
+  ["statusMessage"]=>
+  string(9) "TUPLES_OK"
   ["errorMessage"]=>
   string(0) ""
   ["numRows"]=>
@@ -53,5 +59,7 @@ object(pq\Result)#%d (6) {
   int(1)
   ["fetchType"]=>
   int(0)
+  ["autoConvert"]=>
+  int(255)
 }
-DONE
\ No newline at end of file
+DONE