Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2. $items = ['where', 'is', 'my', 'money'];
  3. $sum = 0;
  4. while ($sum<=100) {
  5. $sum++;
  6. $a=array($sum[0]);
  7. $b=array($sum[1]);
  8. $c=array($sum[2]);
  9. if (($sum[0] + $sum[1] + $sum[2])/3){
  10. echo "УПЯЧКА ЯПЯЧКА ВСК ЕБАНУЛИСЬ!";}
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement