online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
<?php $price = "BMW: 50; Audi: 70; Volvo: 120; Honda: 80"; $array = ['BMW' => 2, 'Audi' => 1, 'Volvo' => 4, 'Honda' => 1]; var_dump($price); echo gettype($price) . PHP_EOL; var_dump($price['BMW']);

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