--TEST-- Bug #76999 (mb_regex_set_options() return current options) --SKIPIF-- --FILE-- getMessage() . \PHP_EOL; } var_dump(mb_regex_set_options()); ?> --EXPECT-- string(2) "pr" string(2) "mr" string(3) "imd" Option "a" is not supported string(2) "mr"