3v4l.org

run code in 300+ PHP versions simultaneously
<?php header('Content-Type: text/html; charset=ISO-8859-1'); //throw new Exception('é'); try { throw new Exception('é'); } catch (Exception $e) { print 'Character encoding is: '.mb_internal_encoding().'<br>'; print phpversion().'<br>'; echo 'Message: '. $e->getMessage(); }

preferences:
31.09 ms | 402 KiB | 5 Q