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 */ echo "running\n" ; return false; })(), new RuntimeException("nope!")); ?>

preferences:
55.52 ms | 402 KiB | 5 Q