Skip to content

Instantly share code, notes, and snippets.

@hackvan
Last active September 12, 2018 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackvan/77c01a9e3183cda4d691628ad0ebf846 to your computer and use it in GitHub Desktop.
Save hackvan/77c01a9e3183cda4d691628ad0ebf846 to your computer and use it in GitHub Desktop.
<?php
$x = 0;
$x = $x + 1;
$x = $x + 2;
$x = $x + 3;
print($x);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment