3v4l.org

run code in 300+ PHP versions simultaneously
<?php class strings { function fix_string($a) { echo implode("",$a); } function fix_strings($b) { $this->fix_string($item); } } } $s = new strings(); $ret = $s->fix_strings('Derick'); ?>
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.21
Parse error: syntax error, unexpected '}' in /in/4l9oX on line 13
Process exited with code 255.

preferences:
173.46 ms | 1395 KiB | 57 Q