3v4l.org

run code in 300+ PHP versions simultaneously
<?php $new = preg_replace_callback('/_([a-z])/', function( $match) { return strtoupper( $match[1]); }, 'some_more_text');

preferences:
36.93 ms | 402 KiB | 5 Q