X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync001.phpt;h=4b2a54b5e8c6ae1134580780dc101356ba9a0731;hb=266658d1e9164b544001b5aba3d8d5c6e9568e36;hp=23278574a4402eb4fd8707719a47e681aa8ed95f;hpb=a009113642d9cb2d677e702b65f306fbb5993d41;p=m6w6%2Fext-pq diff --git a/tests/async001.phpt b/tests/async001.phpt index 2327857..4b2a54b 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 +[23](,\d*)*,0 DONE