<?php // for e function pattern($n){ for($i=1;$i<=$n+2;$i++){ } // for * for ($j=1;$j<=$n+1;$j++){ if($j==3 || $j==3){ } } } pattern(3);
Standard input is empty
e e e e e ** ** ** eeeeeee **
PHP Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /home/51wYvL/prog.php on line 7 PHP Warning: A non-numeric value encountered in /home/51wYvL/prog.php on line 7 PHP Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /home/51wYvL/prog.php on line 7 PHP Warning: A non-numeric value encountered in /home/51wYvL/prog.php on line 7 PHP Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /home/51wYvL/prog.php on line 7 PHP Warning: A non-numeric value encountered in /home/51wYvL/prog.php on line 7 PHP Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /home/51wYvL/prog.php on line 7 PHP Warning: A non-numeric value encountered in /home/51wYvL/prog.php on line 7 PHP Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /home/51wYvL/prog.php on line 7 PHP Warning: A non-numeric value encountered in /home/51wYvL/prog.php on line 7