3v4l.org

run code in 300+ PHP versions simultaneously
<?php $type = "REUSABLE_DOCUMENT_CREATED"; $method = preg_replace_callback( '/_(.?)/', function ($m) { return strtoupper($m[1]); }, strtolower( $type ) ).'_Event'; echo $method;

preferences:
57.12 ms | 402 KiB | 5 Q