Searched refs:mb_split (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/mbstring/tests/ |
H A D | bug77367.phpt | 2 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 D | mb_split_empty_match.phpt | 2 mb_split() empty match 8 function_exists('mb_split') or die("skip mb_split() is not available in this build"); 13 var_dump(mb_split('^', "a\nb\nc"));
|
H A D | bug77370.phpt | 7 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 D | mb_split.phpt | 2 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 D | mb_split-compat-01.phpt | 2 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 D | bug77418.phpt | 7 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 D | empty_pattern.phpt | 18 mb_split("","");
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring_arginfo.h | 368 ZEND_FUNCTION(mb_split); 462 ZEND_FE(mb_split, arginfo_mb_split)
|
H A D | mbstring.stub.php | 210 function mb_split(string $pattern, string $string, int $limit = -1): array|false {} function
|
H A D | php_mbregex.c | 1176 PHP_FUNCTION(mb_split) in PHP_FUNCTION() argument
|
Completed in 15 milliseconds