X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync002.phpt;h=a1f0180274a256ea544d973338774f8f0a9f5085;hb=refs%2Ftags%2Fv2.2.3;hp=12b1be4de414b4f3b575a9a90f9dc27003f98ab0;hpb=53220e4b7f293ed8c1c8418efc98c57d4b205e1d;p=m6w6%2Fext-pq diff --git a/tests/async002.phpt b/tests/async002.phpt index 12b1be4..a1f0180 100644 --- a/tests/async002.phpt +++ b/tests/async002.phpt @@ -40,6 +40,7 @@ function complete($c) { break 2; } } + $s[] = $c->status; printf("\n%s\n", implode(",", $s)); } @@ -54,7 +55,7 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -3(,\d+),+4 +[23](,\d*)*,0 (WP(RP)*)+S -3(,\d+),+4 +[23](,\d*)*,0 DONE