3v4l.org

run code in 300+ PHP versions simultaneously
<?php assert_options( ASSERT_ACTIVE, 0 ) ; $things = "thing"; $here = "here"; assert( (function() use($things, $here) { /* statements here */ return false; })(), new RuntimeException("nope!")); ?>

preferences:
53.03 ms | 402 KiB | 5 Q