<?php if (false) print "Test A1\n"; print "Test A2\n"; if (false) print "Test B1\n"; print "Test B2\n"; $arr = [1, 2, 3]; foreach ($arr as $item) print "Test C". $item ."\n"; print "Test CX\n";
You have javascript disabled. You will not be able to edit any code.