Searched refs:mb_split (Results 1 – 10 of 10) sorted by relevance
/PHP-7.4/ext/mbstring/tests/ |
H A D | bug77367.phpt | 2 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 D | mb_split_empty_match.phpt | 2 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 D | bug77370.phpt | 6 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 D | mb_split.phpt | 2 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 D | mb_split-compat-01.phpt | 2 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 D | bug77418.phpt | 6 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 D | empty_pattern.phpt | 12 mb_split("","");
|
/PHP-7.4/ext/mbstring/ |
H A D | php_mbregex.h | 36 PHP_FE(mb_split, arginfo_mb_split) \ 50 PHP_DEP_FALIAS(mbsplit, mb_split, arginfo_mb_split) \ 84 PHP_FUNCTION(mb_split);
|
H A D | php_mbregex.c | 1276 PHP_FUNCTION(mb_split) in PHP_FUNCTION() argument
|
/PHP-7.4/ |
H A D | NEWS | 2399 . Fixed bug #77367 (Negative size parameter in mb_split). (Stas)
|
Completed in 20 milliseconds