Advertisement
Guest User

Untitled

a guest
Sep 8th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. bash-4.3$ php -r '$a=$argv[1];for($i=0;$i<10*$a;$i+=$a)echo$i' 20
  2. PHP Parse error: syntax error, unexpected end of file, expecting ',' or ';' in Command line code on line 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement