3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array('0' => 'A_VALUE'); foreach ($data as $key => $value) { if (String($key) == "Something to match the key on") { print_r($key); /print_r('key matches'); } }
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.19
Parse error: syntax error, unexpected '/' in /in/IpMuR on line 8
Process exited with code 255.

preferences:
169.85 ms | 1395 KiB | 55 Q