Home
last modified time | relevance | path

Searched refs:mb_split (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/mbstring/tests/
H A Dbug77367.phpt2 Bug #77367 (Negative size parameter in mb_split)
6 if (!function_exists('mb_split')) die('skip mb_split() not available');
11 var_dump(mb_split("\\w", "\xfc"));
H A Dmb_split_empty_match.phpt2 mb_split() empty match
7 function_exists('mb_split') or die("skip mb_split() is not available in this build");
12 var_dump(mb_split('^', "a\nb\nc"));
H A Dbug77370.phpt6 if (!function_exists('mb_split')) die('skip mb_split() not available');
10 var_dump(mb_split(" \xfd",""));
13 Warning: mb_split(): Pattern is not valid under UTF-8 encoding in %s on line %d
H A Dmb_split.phpt2 mb_split()
6 function_exists('mb_split') or die("skip mb_split() is not available in this build");
17 $result1 = mb_split( $spliton, $str, $count );
26 var_dump( mb_split( " ", "a b c d e f g" )
27 == mb_split( "[[:space:]]", "a\nb\tc\nd e f g" ) );
H A Dmb_split-compat-01.phpt2 mb_split() compat test 1
6 function_exists('mb_split') or die("skip mb_split() is not available in this build");
11 $a=mb_split("[[:space:]]","this is a
H A Dbug77418.phpt6 if (!function_exists('mb_split')) die('skip mb_split() not available');
11 var_dump(mb_split("\x00\x00\x00\x5c\x00\x00\x00B","000000000000000000000000000000"));
H A Dempty_pattern.phpt12 mb_split("","");
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.h36 PHP_FE(mb_split, arginfo_mb_split) \
50 PHP_DEP_FALIAS(mbsplit, mb_split, arginfo_mb_split) \
84 PHP_FUNCTION(mb_split);
H A Dphp_mbregex.c1276 PHP_FUNCTION(mb_split) in PHP_FUNCTION() argument
/PHP-7.4/
H A DNEWS2399 . Fixed bug #77367 (Negative size parameter in mb_split). (Stas)

Completed in 22 milliseconds