travis: use postgres 10
[m6w6/ext-pq] / tests / async002.phpt
index 4cc19c886dad204f3c724fd47f75c14478dd3ce8..f5afdd68c22a0133769142aebc9f0a2eb335b320 100644 (file)
@@ -40,6 +40,7 @@ function complete($c) {
                                break 2;
                }
        }
+       $s[] = $c->status;
        printf("\n%s\n", implode(",", $s));
 }
 
@@ -54,7 +55,7 @@ DONE
 --EXPECTREGEX--
 Test
 (WP(RP)*)+S
-(2,)*3(,\d)*,4
+2(,\d*)*,0
 (WP(RP)*)+S
-(2,)*3(,\d)*,4
+2(,\d*)*,0
 DONE