javifelices

Por_esto_bucle_infinito

Jan 24th, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.04 KB | None | 0 0
  1. <?php
  2.     $i = 1;
  3.     echo $i * 2;
  4.     echo $i;
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment