Home
last modified time | relevance | path

Searched refs:mb_regex_set_options (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/ext/mbstring/tests/
H A Dbug76999.phpt2 Bug #76999 (mb_regex_set_options() return current options)
6 if (!function_exists('mb_regex_set_options')) die('skip mb_regex_set_options() not available');
10 mb_regex_set_options("pr");
11 var_dump(mb_regex_set_options("m"));
12 var_dump(mb_regex_set_options("mdi"));
13 var_dump(mb_regex_set_options("m"));
15 var_dump(mb_regex_set_options("a"));
19 var_dump(mb_regex_set_options());
H A Dmb_regex_set_options.phpt2 mb_regex_set_options()
6 function_exists('mb_regex_set_options') or die("skip\n");
10 mb_regex_set_options( 'x' );
13 mb_regex_set_options( '' );
H A Dmb_split_empty_match.phpt11 mb_regex_set_options('m');
H A Dmb_ereg_replace.phpt10 mb_regex_set_options( '' );
H A Dmb_ereg.phpt12 mb_regex_set_options( '' );
H A Dmb_split.phpt10 mb_regex_set_options( '' );
H A Dmb_ereg_replace_named_subpatterns.phpt10 mb_regex_set_options('');
H A Dmb_ereg_search_xxx.phpt12 mb_regex_set_options( '' );
/PHP-8.0/ext/mbstring/
H A Dmbstring_arginfo.h395 ZEND_FUNCTION(mb_regex_set_options);
489 ZEND_FE(mb_regex_set_options, arginfo_mb_regex_set_options)
H A Dmbstring.stub.php125 function mb_regex_set_options(?string $options = null): string {} function
H A Dphp_mbregex.c1608 PHP_FUNCTION(mb_regex_set_options) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS1400 . Fixed bug #76999 (mb_regex_set_options() return current options). (cmb)

Completed in 23 milliseconds