X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync003.phpt;h=9eb44df170a6bf5454351ad8725bb8796218e54a;hb=1e2615005272bb2347820bccb38c94b9caccafb8;hp=a1af7c95db762bdbc7e236977b79199febadd7fc;hpb=8c92aa4bd855482cc76117129e16b42c7ecc57f0;p=m6w6%2Fext-pq diff --git a/tests/async003.phpt b/tests/async003.phpt index a1af7c9..9eb44df 100644 --- a/tests/async003.phpt +++ b/tests/async003.phpt @@ -16,7 +16,7 @@ do { while ($c->busy) { $r = array($c->socket); $w = $e = null; - if (stream_select($r, $w, $e, null)) { + if (stream_select($r, $w, $e, 1, 1000)) { $c->poll(); } } @@ -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"]=> @@ -36,13 +38,17 @@ object(pq\Result)#%d (6) { ["numCols"]=> int(1) ["affectedRows"]=> - int(1) + int(%d) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } -object(pq\Result)#%d (6) { +object(pq\Result)#%d (8) { ["status"]=> int(2) + ["statusMessage"]=> + string(9) "TUPLES_OK" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -50,8 +56,10 @@ object(pq\Result)#%d (6) { ["numCols"]=> int(3) ["affectedRows"]=> - int(1) + int(%d) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } -DONE \ No newline at end of file +DONE