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