Home
last modified time | relevance | path

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

/php-src/ext/mbstring/tests/
H A Dbug76999.phpt2 Bug #76999 (mb_regex_set_options() return current options)
7 if (!function_exists('mb_regex_set_options')) die('skip mb_regex_set_options() not available');
11 mb_regex_set_options("pr");
12 var_dump(mb_regex_set_options("m"));
13 var_dump(mb_regex_set_options("mdi"));
14 var_dump(mb_regex_set_options("m"));
16 var_dump(mb_regex_set_options("a"));
20 var_dump(mb_regex_set_options());
H A Dmb_regex_set_options.phpt2 mb_regex_set_options()
7 function_exists('mb_regex_set_options') or die("skip\n");
11 mb_regex_set_options( 'x' );
14 mb_regex_set_options( '' );
H A Dmb_split_empty_match.phpt11 mb_regex_set_options('m');
H A Dmb_ereg_replace.phpt11 mb_regex_set_options( '' );
H A Dmb_ereg.phpt13 mb_regex_set_options( '' );
H A Dmb_split.phpt11 mb_regex_set_options( '' );
H A Dmb_ereg_replace_named_subpatterns.phpt11 mb_regex_set_options('');
H A Dmb_ereg_search_xxx.phpt13 mb_regex_set_options( '' );
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h422 ZEND_FUNCTION(mb_regex_set_options);
521 ZEND_FE(mb_regex_set_options, arginfo_mb_regex_set_options)
H A Dmbstring.stub.php252 function mb_regex_set_options(?string $options = null): string {} function
H A Dphp_mbregex.c1605 PHP_FUNCTION(mb_regex_set_options) in PHP_FUNCTION() argument

Completed in 28 milliseconds