Home
last modified time | relevance | path

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

/php-src/ext/mbstring/tests/
H A Dbug77367.phpt2 Bug #77367 (Negative size parameter in mb_split)
7 if (!function_exists('mb_split')) die('skip mb_split() not available');
12 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.phpt7 if (!function_exists('mb_split')) die('skip mb_split() not available');
11 var_dump(mb_split(" \xfd",""));
14 Warning: mb_split(): Pattern is not valid under UTF-8 encoding in %s on line %d
H A Dmb_split.phpt2 mb_split()
7 function_exists('mb_split') or die("skip mb_split() is not available in this build");
16 $result1 = mb_split( $spliton, $str, $count );
25 var_dump( mb_split( " ", "a b c d e f g" )
26 == mb_split( "[[:space:]]", "a\nb\tc\nd e f g" ) );
H A Dmb_split-compat-01.phpt2 mb_split() compat test 1
7 function_exists('mb_split') or die("skip mb_split() is not available in this build");
12 $a=mb_split("[[:space:]]","this is a
H A Dbug77418.phpt7 if (!function_exists('mb_split')) die('skip mb_split() not available');
13 var_dump(mb_split("\x00\x00\x00\x5c\x00\x00\x00B","000000000000000000000000000000"));
H A Dempty_pattern.phpt18 mb_split("","");
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h395 ZEND_FUNCTION(mb_split);
494 ZEND_FE(mb_split, arginfo_mb_split)
H A Dmbstring.stub.php221 function mb_split(string $pattern, string $string, int $limit = -1): array|false {} function
H A Dphp_mbregex.c1176 PHP_FUNCTION(mb_split) in PHP_FUNCTION() argument

Completed in 19 milliseconds