3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'abc'; var_dump(preg_replace_callback( '/(.)/', function ($m) { static $counter = 1; return 'foo' . $counter++; }, $string ));

preferences:
58.31 ms | 402 KiB | 5 Q