<?php

preg_split('pattern', 'subject', null, 0)

?>
-----
<?php

preg_split('pattern', 'subject', -1, 0)

?>
