X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync002.phpt;fp=tests%2Fasync002.phpt;h=bd098630a310075d1d58a46af09059116f517603;hp=4cc19c886dad204f3c724fd47f75c14478dd3ce8;hb=cb69b6218d9d6e789527b3bd62c3cc37686547a3;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed diff --git a/tests/async002.phpt b/tests/async002.phpt index 4cc19c8..bd09863 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 -(2,)*3(,\d)*,4 +2(,\d)*,0 (WP(RP)*)+S -(2,)*3(,\d)*,4 +2(,\d)*,0 DONE