<?php $str = ''; for ($i = 30000; $i > 0; $i--) { $str .= 'String concatenation. '; }
You have javascript disabled. You will not be able to edit any code.