Some PHP Code

For syntax highlighter:

foreach ($x as $key => $value) {
    $x[$key] *= 2;
}
X
Loading