3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'Leggings Or Skinny Jeans'; // positive limit print_r(explode('or', $str, 2)); // negative limit (since PHP 5.1) print_r(explode('or', $str, -1)); ?>

preferences:
33.63 ms | 402 KiB | 5 Q