3v4l.org

run code in 300+ PHP versions simultaneously
<?php function reverseString($string = 'nice') { } function rev($str) { return $str?rev(substr($str,1)).$str[0]:''; } echo rev('Online strlen() function for some newbies who cannot bla bla bla do something haha, nice, i dont have to repeat it Online strlen() function for some newbies who cannot bla bla bla do something haha, nice, i dont have to repeat it');

preferences:
45.57 ms | 402 KiB | 5 Q