From ac83c2c7d84979eaa9164383f7041e497ecd87d8 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 7 Oct 2020 17:28:26 +0000 Subject: [PATCH] Return value of mb_regex_set_options() has changed Cf. . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350810 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/mb-regex-set-options.xml | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/reference/mbstring/functions/mb-regex-set-options.xml b/reference/mbstring/functions/mb-regex-set-options.xml index b5b0a22771..187bfc6b50 100644 --- a/reference/mbstring/functions/mb-regex-set-options.xml +++ b/reference/mbstring/functions/mb-regex-set-options.xml @@ -131,10 +131,34 @@ &reftitle.returnvalues; - The string that describes the current options is returned. + The previous options. If options is omitted, + it returns the string that describes the current options. + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.0.0 + + If the parameter options is given, the previous + options are returned. Formerly, the current options have been returned. + + + + + + + &reftitle.seealso;