X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync001.phpt;h=7272272ed54ab5a891a8350393b0031280d5dbc1;hp=23278574a4402eb4fd8707719a47e681aa8ed95f;hb=9dfcccaad554c8e3ddeb9d2635e2faf09425282e;hpb=a009113642d9cb2d677e702b65f306fbb5993d41 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