Skip to content

Instantly share code, notes, and snippets.

@msg7086
Created December 13, 2013 07:54
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 msg7086/7941111 to your computer and use it in GitHub Desktop.
Save msg7086/7941111 to your computer and use it in GitHub Desktop.
t/92952 fast
<?php
for($i = 2, $s = '1', $v = 1; $i <= 10; ++$i)
echo ($s = $i . ' * ' . $s), ' = ', ($v *= $i), "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment