3v4l.org

run code in 300+ PHP versions simultaneously
<?php function mediaapi_filter_underscoretocamelcase($string) { $string = explode('_', $string); return array_walk(, function ($item) { $item = ucfirst($item); }); } echo mediaapi_filter_underscoretocamelcase('franz_deleon');
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.24
Parse error: syntax error, unexpected ',', expecting ')' in /in/lTcUY on line 6
Process exited with code 255.

preferences:
200.36 ms | 1399 KiB | 61 Q