wuju revised this gist . Go to revision
1 file changed, 3 insertions, 1 deletion
1.php
@@ -1,3 +1,5 @@ | |||
1 | 1 | <?php | |
2 | 2 | ||
3 | - | echo "123"; | |
3 | + | $num = 1 | |
4 | + | ||
5 | + | echo $num * 10; |
wuju revised this gist . Go to revision
1 file changed, 3 insertions
1.php(file created)
@@ -0,0 +1,3 @@ | |||
1 | + | <?php | |
2 | + | ||
3 | + | echo "123"; |
Newer
Older