mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
No description
![]() All PCRE pattern matching functions will throw a warning when an invalid regex is passed to the `$pattern` parameter. See: https://3v4l.org/WkVIW This was thus far undocumented behaviour. This PR adds: * The "Errors/Exceptions" section to each of the PCRE pattern matching function documentation pages (if it didn't exist yet). * Adds a macro for the text snippet about the warning to display in the section and uses that in the "Errors/Exceptions" section for each function. Co-authored-by: jrfnl <jrfnl@users.noreply.github.com> Closes GH-1057. |
||
---|---|---|
.github/workflows | ||
appendices | ||
chapters | ||
chmonly | ||
faq | ||
features | ||
install | ||
language | ||
reference | ||
security | ||
.editorconfig | ||
.gitignore | ||
bookinfo.xml | ||
contributors.ent | ||
contributors.xml | ||
extensions.ent | ||
language-defs.ent | ||
language-snippets.ent | ||
make_chm_index.html | ||
preface.xml | ||
README |
---------------------------------------------------------------------- README ---------------------------------------------------------------------- Please refer to the README file within the doc-base/ directory. Your directory structure is probably like: phpdoc/en (DocBook files for the English language) phpdoc/doc-base (Tools and resources used for all languages)