Advertisement
Guest User

Untitled

a guest
May 27th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. $w = [1,2,3,4,5,6,7,8];$x=0;
  4. $cnt = count($w);
  5.  
  6. for ($i=0; $i<$cnt; $i++) {
  7.     $x = $w[$i];
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement