๐ด ๐ ๐ด
The Spaghetti
Dream
Finest unstructured PHP โ handcrafted with goto since forever
โฆ
๐ ๅฏพๅฟๆฉ่ฝไธ่ฆง
๐ฝ Your PHP โ we'll make it beautiful
Load Gist
<?php // Fibonacci sequence (iterative) $n = 10; $a = 0; $b = 1; $i = 0; while ($i < $n) { echo $a . "\n"; $tmp = $a + $b; $a = $b; $b = $tmp; $i++; }
๐ Cook it!
๐ฒ Shuffle
al dente goto, served fresh
๐