<?php for ($i = 1; $i < 10; $i++) { if ($i % 4 == 0 | $i % 4 == 1) { echo 8; } else { echo 4; }}// your code goes here
Standard input is empty
844884488
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!