svn: /phpdoc/de/trunk/reference/ array/functions/compact.xml array/functions/shuffle.xml funchand/functions/call-user-func.xml session/functions/session-name.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Mon, 25 Jun 2018 11:10:36 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345202
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/array/functions/compact.xml
U phpdoc/de/trunk/reference/array/functions/shuffle.xml
U phpdoc/de/trunk/reference/funchand/functions/call-user-func.xml
U phpdoc/de/trunk/reference/session/functions/session-name.xml
Modified: phpdoc/de/trunk/reference/array/functions/compact.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/compact.xml 2018-06-25 10:19:32 UTC (rev 345201)
+++ phpdoc/de/trunk/reference/array/functions/compact.xml 2018-06-25 11:10:36 UTC (rev 345202)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345049 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 345170 Maintainer: cmb Status: ready -->
<!-- CREDITS: tom -->
<refentry xml:id="function.compact" xmlns="http://docbook.org/ns/docbook">
@@ -29,7 +29,7 @@
</para>
<note>
<para>
- Strings, welche nicht gesetzt sind, werden stillschweigend ignoriert.
+ Vor PHP 7.3 wurden Strings, welche nicht gesetzt sind, stillschweigend ignoriert.
</para>
</note>
</refsect1>
@@ -61,6 +61,38 @@
</para>
</refsect1>
+ <refsect1 role="errors">
+ &reftitle.errors;
+ <para>
+ <function>compact</function> erzeugt eine Fehlermeldung der Stufe E_NOTICE,
+ wenn sich ein gegebener String auf eine nicht gesetzte Variable bezieht.
+ </para>
+ </refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.3.0</entry>
+ <entry>
+ <function>compact</function> erzeugt nun eine Fehlermeldung der Stufe E_NOTICE,
+ wenn sich ein gegebener String auf eine nicht gesetzte Variable bezieht.
+ Zuvor wurden solche Strings stillschweigend ausgelassen.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/array/functions/shuffle.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/shuffle.xml 2018-06-25 10:19:32 UTC (rev 345201)
+++ phpdoc/de/trunk/reference/array/functions/shuffle.xml 2018-06-25 11:10:36 UTC (rev 345202)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344693 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 345180 Maintainer: hholzgra Status: ready -->
<!-- CREDITS: tom, simp -->
<refentry xml:id="function.shuffle" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -20,7 +20,6 @@
Der verwendete Pseudo-Zufallszahlengenerator ist nicht für kryptografische
Zwecke geeignet.
</para>
- ¬e.sort-unstable;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
Modified: phpdoc/de/trunk/reference/funchand/functions/call-user-func.xml
===================================================================
--- phpdoc/de/trunk/reference/funchand/functions/call-user-func.xml 2018-06-25 10:19:32 UTC (rev 345201)
+++ phpdoc/de/trunk/reference/funchand/functions/call-user-func.xml 2018-06-25 11:10:36 UTC (rev 345202)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 340058 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 345197 Maintainer: simp Status: ready -->
<refentry xml:id="function.call-user-func" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -69,6 +69,7 @@
&example.outputs;
<screen>
<![CDATA[
+Warning: Parameter 1 to increment() expected to be a reference, value given in …
0
1
]]>
@@ -111,6 +112,13 @@
diese als statisch interpretiert wurden.
</entry>
</row>
+ <row>
+ <entry>5.3.0</entry>
+ <entry>
+ Erwartet die aufgerufene Funktion einen per Referenz zu übergebenden Parameter,
+ wird nun ein <constant>E_WARNUNG</constant> erzeugt.
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
Modified: phpdoc/de/trunk/reference/session/functions/session-name.xml
===================================================================
--- phpdoc/de/trunk/reference/session/functions/session-name.xml 2018-06-25 10:19:32 UTC (rev 345201)
+++ phpdoc/de/trunk/reference/session/functions/session-name.xml 2018-06-25 11:10:36 UTC (rev 345202)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345081 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 345196 Maintainer: samesch Status: ready -->
<refentry xml:id="function.session-name" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>session_name</refname>