online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
<?php $bunnys = array( array( //$bunny array(' ', ' ', '(', ')', ' ', '(', ')', ' ', ' '), //$row en in de array is $piece array(' ', ' ', '(', 'o', '.', 'o', ')', ' ', ' '), array('\'', '(', '"', ')', ' ', '(', '"', ')', '\''), ), array( array(' ', ' ', '(', ')', ' ', '(', ')', ' ', ' '), array(' ', ' ', '(', '>', '.', '<', ')', ' ', ' '), array('\'', '(', '"', ')', ' ', '(', '"', ')', '\''), ), ); $bunnysArray1 = $bunnys[0]; $bunnysArray2 = $bunnys[1]; foreach ($bunnysArray1 as $k=> $v){ echo implode('',$v); echo implode('',$bunnysArray2[$k]); echo php_sapi_name() == "cli" ? PHP_EOL : '<br>'; } ?>

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue