http://www.php.net/manual/en/function.preg-split.php

Note when using PREG_SPLIT_DELIM_CAPTURE, "limit" does include the count of 
parenthesized delimiter strings returned.

More succinctly, if "limit" != 1, "limit" / 2 is the maximum number of splits you 
allow.

Reply via email to