svn: /phpdoc/de/trunk/reference/pcre/ constants.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sat, 14 Apr 2018 17:37:31 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344670
Log:
Sync with EN (fixes build)
Changed paths:
U phpdoc/de/trunk/reference/pcre/constants.xml
Modified: phpdoc/de/trunk/reference/pcre/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/constants.xml 2018-04-14 16:04:54 UTC (rev 344669)
+++ phpdoc/de/trunk/reference/pcre/constants.xml 2018-04-14 17:37:31 UTC (rev 344670)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 337283 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 344668 Maintainer: samesch Status: ready -->
<appendix xml:id="pcre.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
@@ -73,6 +73,19 @@
</entry>
<entry>4.3.0</entry>
</row>
+ <row xml:id="constant.preg-unmatched-as-null">
+ <entry><constant>PREG_UNMATCHED_AS_NULL</constant></entry>
+ <entry>
+ Dieses Flag teilt der Funktion <function>preg_match</function> und
+ <function>preg_match_all</function> mit, dass nicht gefundene
+ Teilsuchmuster in <varname>$matches</varname> als &null;-Werte enthalten
+ sein sollen. Ohne dieses Flag werden nicht gefundene Teilsuchmuster als
+ leere Zeichenketten angegeben, so als ob es leere Übereinstimmungen wären.
+ Das Setzen dieses Flags erlaubt es zwischen diesen beiden Fällen zu
+ unterscheiden.
+ </entry>
+ <entry>7.2.0</entry>
+ </row>
<row xml:id="constant.preg-no-error">
<entry><constant>PREG_NO_ERROR</constant></entry>
<entry>