Guest User

Untitled

a guest
May 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $smilees = array(':)', ';)', ':D',':p');
  2. for($i = 0; $i<100000; $i++)
  3. {
  4. echo $smilees[rand(0,3)] . ' ';
  5. }
Add Comment
Please, Sign In to add comment