3v4l.org

run code in 300+ PHP versions simultaneously
<?php $post_tags = "php|sql"; $tags = explode("|", $post_tags); if(count($tags) > 5){ echo "the numer of tags is more that 5"; }else{ echo "NO ITS NOT."; }

preferences:
47.15 ms | 1556 KiB | 5 Q