Guest User

Untitled

a guest
Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. php > $blah="blah"; $s=microtime(true); for($i=0;$i<100000;$i++) "omgwtf$blah\n"; echo microtime(true)-$s;
  2. php > $blah="blah"; $s=microtime(true); for($i=0;$i<100000;$i++) 'omgwtf'.$blah."\n"; echo microtime(true)-$s;
Add Comment
Please, Sign In to add comment