Searched refs:mb_regex_set_options (Results 1 – 12 of 12) sorted by relevance
2 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());
2 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( '' );
11 mb_regex_set_options('m');
10 mb_regex_set_options( '' );
12 mb_regex_set_options( '' );
10 mb_regex_set_options('');
395 ZEND_FUNCTION(mb_regex_set_options);489 ZEND_FE(mb_regex_set_options, arginfo_mb_regex_set_options)
125 function mb_regex_set_options(?string $options = null): string {} function
1608 PHP_FUNCTION(mb_regex_set_options) in PHP_FUNCTION() argument
1400 . Fixed bug #76999 (mb_regex_set_options() return current options). (cmb)
Completed in 39 milliseconds