Created
December 13, 2013 07:54
-
-
Save msg7086/7941111 to your computer and use it in GitHub Desktop.
t/92952 fast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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