Fixed array parser compatibility with arrays of boxes
[m6w6/ext-pq] / tests / async001.phpt
index 9fa2eb70a34aba0df7c85b734051e5543a0795cf..d1aa35b059416f455000fd18f2f1adf03d889694 100644 (file)
@@ -8,7 +8,7 @@ echo "Test\n";
 
 include "_setup.inc";
 
-$c = new pq\Connection(PQ_DSN, false);
+$c = new pq\Connection(PQ_DSN, true);
 $s = array($c->status);
 echo "W";
 $w = array($c->socket);
@@ -44,5 +44,5 @@ DONE
 --EXPECTREGEX--
 Test
 (WP(RP)*)+S
-3(,\d+),+4
+(2,)*3(,\d)*,4
 DONE