3v4l.org

run code in 300+ PHP versions simultaneously
<?php function str_reverse( $str ){ return implode("", array_reverse( str_split( (string)$str ) ) ); } print str_reverse("Marlboro tobacco ruined my life with a lot of lung cancer.");

preferences:
41.52 ms | 402 KiB | 5 Q