Guest User

Untitled

a guest
Jun 25th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. $str = '';
  3. for ($i = 0; $i < 30000; $i++, $str .= 'String concatenation. ');
  4.  
  5. /*****************************************
  6. 0.063
  7. 0.062
  8. 0.066
  9. -----
  10. 0.06
  11. *****************************************/
Add Comment
Please, Sign In to add comment