3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('zend.assertions', -1); $things = "thing"; $here = "here"; assert( (function() use($things, $here) { /* statements here */ return false; })(), new RuntimeException("nope!")); ?>

preferences:
49.8 ms | 402 KiB | 5 Q