I saw a similar error using PHP when I output huge amount of print_r() or var_dump() messages (quick debugging for me). Propably because passed tests print this messages anyway (send them to browser)
I saw a similar error using PHP when I output huge amount of print_r() or var_dump() messages (quick debugging for me).
Propably because passed tests print this messages anyway (send them to browser)