<?php $s = 'Iteration 0'; for ($i = 0; $i < 10; $i++) { echo $s++, "\n"; } echo "-------------------\n"; $s = 'Iteration 00'; for ($i = 0; $i < 100; $i++) { echo $s++, "\n"; } echo "-------------------\n"; $s = 'Iteration a'; for ($i = 0; $i < 100; $i++) { echo $s++, "\n"; } echo "-------------------\n";
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources
Value for `_results` contains invalid data `array`