X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync001.phpt;h=7272272ed54ab5a891a8350393b0031280d5dbc1;hb=75f3b1b8e2a950e2bce76ad8a68a37472485d3e6;hp=23278574a4402eb4fd8707719a47e681aa8ed95f;hpb=a009113642d9cb2d677e702b65f306fbb5993d41;p=m6w6%2Fext-pq diff --git a/tests/async001.phpt b/tests/async001.phpt index 2327857..7272272 100644 --- a/tests/async001.phpt +++ b/tests/async001.phpt @@ -38,11 +38,12 @@ while (true) { break 2; } } +$s[] = $c->status; printf("\n%s\n", implode(",", $s)); ?> DONE --EXPECTREGEX-- Test (WP(RP)*)+S -3(,\d+),+4 +2(,\d)*,0 DONE