php-doc-en/reference/pcre/functions
Christoph Michael Becker 5d3f4f8b94 PHP 7.4: PCRE: document new $flags param for preg_replace_callback[_array]()
The PHP 7.4 `$flags` parameter as added to the `preg_replace_callback()` and `preg_replace_callback_array()` function was not yet included in the documentation.

In this PR, I'm
* Adding the parameter to the function signature.
* Adding minimal parameter documentation with a reference to the more detailed explanation in the parameter documentation of the [`preg_match()`](https://www.php.net/manual/en/function.preg-match.php) function.
* Adding a changelog entry for the parameter to each function.

Refs:
* https://github.com/php/php-src/pull/3958
* 2f1398dad9/UPGRADING (L304-L308)

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349965 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-23 15:01:09 +00:00
..
preg-filter.xml Add preg_quote() to See Also 2014-12-22 16:03:21 +00:00
preg-grep.xml Add preg_quote() to See Also 2014-12-22 16:03:21 +00:00
preg-last-error.xml documented PREG_JIT_STACKLIMIT_ERROR 2015-08-04 02:14:47 +00:00
preg-match-all.xml Fix substr() related markup 2018-04-20 16:32:15 +00:00
preg-match.xml Integrate user note 118893 2018-10-28 10:45:30 +00:00
preg-quote.xml Merged revision(s) 347600 from phpdoc/en/trunk: 2019-06-17 12:35:42 +00:00
preg-replace-callback-array.xml PHP 7.4: PCRE: document new $flags param for preg_replace_callback[_array]() 2020-05-23 15:01:09 +00:00
preg-replace-callback.xml PHP 7.4: PCRE: document new $flags param for preg_replace_callback[_array]() 2020-05-23 15:01:09 +00:00
preg-replace.xml Fix #78168: Reference Format is \n instead of \\n 2020-03-10 09:11:07 +00:00
preg-split.xml Fix #79594: Uncaught TypeError: preg_split() expects parameter 3 to be int, null given 2020-05-13 15:20:59 +00:00