<?php $result[] = $prior = 0; $result[] = $current = 1; for ($i=0;$i<1000;$i++){ $temp = $current; $result[] = $current = $current + $prior; $prior = $current; } print_r($result);
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources