]> granicus.if.org Git - php/commit
mb_split() can now handle empty matches like preg_split() does.
authorMoriyoshi Koizumi <mozo@mozo.jp>
Sun, 10 Feb 2013 06:04:23 +0000 (15:04 +0900)
committerMoriyoshi Koizumi <mozo@mozo.jp>
Sun, 10 Feb 2013 06:05:17 +0000 (15:05 +0900)
commit20eb33b3212bd6c17d73c569c7345ae23c04d3ef
tree021bf67f5b7f861ce5996bc21a79b14cef19b948
parent3d9a31efdfbbc3d73b8c94649f38035277264151
mb_split() can now handle empty matches like preg_split() does.
ext/mbstring/php_mbregex.c
ext/mbstring/tests/mb_split_empty_match.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_split_variation1.phpt