svn: /phpdoc/de/trunk/ appendices/migration54.xml appendices/reserved.xml appendices/tokens.xml features/commandline.xml install/fpm/configuration.xml install/unix/index.xml install/unix/nginx.xml language/exceptions.xml language/functions.xml language/operators.xml language/variables.xml reference/bc/functions/bcpowmod.xml reference/classobj/functions/get-declared-classes.xml reference/filesystem/functions/linkinfo.xml reference/ftp/functions/ftp-alloc.xml reference/ftp/functions/ftp-nb-continu
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 03 May 2020 11:32:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349741
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/appendices/migration54.xml
U phpdoc/de/trunk/appendices/reserved.xml
U phpdoc/de/trunk/appendices/tokens.xml
U phpdoc/de/trunk/features/commandline.xml
U phpdoc/de/trunk/install/fpm/configuration.xml
U phpdoc/de/trunk/install/unix/index.xml
U phpdoc/de/trunk/install/unix/nginx.xml
U phpdoc/de/trunk/language/exceptions.xml
U phpdoc/de/trunk/language/functions.xml
U phpdoc/de/trunk/language/operators.xml
U phpdoc/de/trunk/language/variables.xml
U phpdoc/de/trunk/reference/bc/functions/bcpowmod.xml
U phpdoc/de/trunk/reference/classobj/functions/get-declared-classes.xml
U phpdoc/de/trunk/reference/filesystem/functions/linkinfo.xml
U phpdoc/de/trunk/reference/ftp/functions/ftp-alloc.xml
U phpdoc/de/trunk/reference/ftp/functions/ftp-nb-continue.xml
U phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml
U phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml
U phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml
U phpdoc/de/trunk/reference/openssl/configure.xml
U phpdoc/de/trunk/reference/pcntl/examples.xml
U phpdoc/de/trunk/reference/pdo/pdostatement/execute.xml
U phpdoc/de/trunk/reference/posix/functions/posix-setpgid.xml
U phpdoc/de/trunk/reference/session/functions/session-start.xml
U phpdoc/de/trunk/reference/sockets/functions/socket-create-pair.xml
U phpdoc/de/trunk/reference/sockets/functions/socket-get-option.xml
U phpdoc/de/trunk/reference/xmlwriter/reference.xml
U phpdoc/de/trunk/reference/zip/book.xml
U phpdoc/de/trunk/reference/zip/setup.xml
svn-diffs-349741.txt
(text/x-diff, 34.9 KB)
Modified: phpdoc/de/trunk/appendices/migration54.xml
===================================================================
--- phpdoc/de/trunk/appendices/migration54.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/appendices/migration54.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348453 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 349711 Maintainer: cmb Status: ready -->
<appendix xml:id="migration54" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migration von PHP 5.3.x auf PHP 5.4.x</title>
Modified: phpdoc/de/trunk/appendices/reserved.xml
===================================================================
--- phpdoc/de/trunk/appendices/reserved.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/appendices/reserved.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346864 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349701 Maintainer: nobody Status: ready -->
<appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Liste der reservierten Wörter</title>
@@ -144,16 +144,19 @@
<link linkend="language.exceptions">finally</link> (von PHP 5.5 an)
</entry>
<entry>
+ <link linkend="functions.arrow">fn</link> (as of PHP 7.4)
+ </entry>
+ <entry>
<link linkend="control-structures.for">for</link>
</entry>
<entry>
&foreach;
</entry>
+ </row>
+ <row>
<entry>
<link linkend="functions.user-defined">function</link>
</entry>
- </row>
- <row>
<entry>
<link linkend="language.variables.scope">global</link>
</entry>
@@ -166,11 +169,11 @@
<entry>
<link linkend="language.oop5.interfaces">implements</link>
</entry>
+ </row>
+ <row>
<entry>
<function>include</function>
</entry>
- </row>
- <row>
<entry>
<function>include_once</function>
</entry>
@@ -183,11 +186,11 @@
<entry>
<link linkend="language.oop5.interfaces">interface</link>
</entry>
+ </row>
+ <row>
<entry>
<function>isset</function>
</entry>
- </row>
- <row>
<entry>
<function>list</function>
</entry>
@@ -200,11 +203,11 @@
<entry>
<link linkend="language.operators.logical">or</link>
</entry>
+ </row>
+ <row>
<entry>
<function>print</function>
</entry>
- </row>
- <row>
<entry>
<link linkend="language.oop5.visibility">private</link>
</entry>
@@ -217,11 +220,11 @@
<entry>
<function>require</function>
</entry>
+ </row>
+ <row>
<entry>
<function>require_once</function>
</entry>
- </row>
- <row>
<entry>
<function>return</function>
</entry>
@@ -234,11 +237,11 @@
<entry>
<link linkend="language.exceptions">throw</link>
</entry>
+ </row>
+ <row>
<entry>
<link linkend="language.oop5.traits">trait</link> (von PHP 5.4 an)
</entry>
- </row>
- <row>
<entry>
<link linkend="language.exceptions">try</link>
</entry>
@@ -251,11 +254,11 @@
<entry>
<link linkend="language.oop5.properties">var</link>
</entry>
+ </row>
+ <row>
<entry>
<link linkend="control-structures.while">while</link>
</entry>
- </row>
- <row>
<entry>
<link linkend="language.operators.logical">xor</link>
</entry>
@@ -267,8 +270,6 @@
</entry>
<entry>
</entry>
- <entry>
- </entry>
</row>
</tbody>
</tgroup>
Modified: phpdoc/de/trunk/appendices/tokens.xml
===================================================================
--- phpdoc/de/trunk/appendices/tokens.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/appendices/tokens.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344678 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349702 Maintainer: nobody Status: ready -->
<appendix xml:id="tokens" xmlns="http://docbook.org/ns/docbook">
<title>Liste der Parsertoken</title>
@@ -77,7 +77,10 @@
<row>
<entry><constant>T_BAD_CHARACTER</constant></entry>
<entry></entry>
- <entry>Alle Zeichen unterhalb von ASCII 32 mit Ausnahme von \t (0x09), \n (0x0a) und \r (0x0d)</entry>
+ <entry>
+ Alle Zeichen unterhalb von ASCII 32 mit Ausnahme von \t (0x09), \n (0x0a) und \r (0x0d)
+ (verfügbar seit PHP 7.4.0, und ebenfalls vor PHP 7.0.0, aber dort nicht verwendet)
+ </entry>
</row>
<row>
<entry><constant>T_BOOLEAN_AND</constant></entry>
@@ -102,7 +105,7 @@
<row>
<entry><constant>T_CALLABLE</constant></entry>
<entry>callable</entry>
- <entry><link linkend="language.types.callable">callable</link></entry>
+ <entry><link linkend="language.types.callable">callable</link> (verfügbar seit PHP 5.4.0)</entry>
</row>
<row>
<entry><constant>T_CASE</constant></entry>
@@ -117,7 +120,7 @@
<row>
<entry><constant>T_CHARACTER</constant></entry>
<entry></entry>
- <entry>nicht mehr verwendet</entry>
+ <entry>nicht mehr verwendet (entfernt in PHP 7.0.0)</entry>
</row>
<row>
<entry><constant>T_CLASS</constant></entry>
@@ -152,6 +155,14 @@
</entry>
</row>
<row>
+ <entry><constant>T_COALESCE_EQUAL</constant></entry>
+ <entry>??=</entry>
+ <entry>
+ <link linkend="language.operators.assignment">Zuweisungsoperatoren</link>
+ (verfügbar seit PHP 7.4.0)
+ </entry>
+ </row>
+ <row>
<entry><constant>T_COMMENT</constant></entry>
<entry>// oder #, und /* */</entry>
<entry><link linkend="language.basic-syntax.comments">Kommentare</link></entry>
@@ -214,6 +225,11 @@
<entry><link linkend="language.types.float">Fließkommawerte</link></entry>
</row>
<row>
+ <entry><constant>T_DO</constant></entry>
+ <entry>do</entry>
+ <entry><link linkend="control-structures.do.while">do..while</link></entry>
+ </row>
+ <row>
<entry><constant>T_DOC_COMMENT</constant></entry>
<entry>/** */</entry>
<entry>
@@ -221,11 +237,6 @@
</entry>
</row>
<row>
- <entry><constant>T_DO</constant></entry>
- <entry>do</entry>
- <entry><link linkend="control-structures.do.while">do..while</link></entry>
- </row>
- <row>
<entry><constant>T_DOLLAR_OPEN_CURLY_BRACES</constant></entry>
<entry>${</entry>
<entry><link linkend="language.types.string.parsing.complex">komplexe Variableninterpolationssyntax</link></entry>
@@ -352,6 +363,14 @@
<entry><xref linkend="language.exceptions"/> (verfügbar ab PHP 5.5.0)</entry>
</row>
<row>
+ <entry><constant>T_FN</constant></entry>
+ <entry>fn</entry>
+ <entry>
+ <link linkend="functions.arrow">Pfeilfunktionen</link>
+ (verfügbar seit PHP 7.4.0)
+ </entry>
+ </row>
+ <row>
<entry><constant>T_FOR</constant></entry>
<entry>for</entry>
<entry><link linkend="control-structures.for">for</link></entry>
@@ -363,7 +382,7 @@
</row>
<row>
<entry><constant>T_FUNCTION</constant></entry>
- <entry>function oder cfunction</entry>
+ <entry>function</entry>
<entry><link linkend="language.functions">Funktionen</link></entry>
</row>
<row>
@@ -432,16 +451,16 @@
<entry><xref linkend="language.oop5.traits"/> (verfügbar ab PHP 5.4.0)</entry>
</row>
<row>
+ <entry><constant>T_INTERFACE</constant></entry>
+ <entry>interface</entry>
+ <entry><xref linkend="language.oop5.interfaces"/></entry>
+ </row>
+ <row>
<entry><constant>T_INT_CAST</constant></entry>
<entry>(int) oder (integer)</entry>
<entry><link linkend="language.types.typecasting">Typumwandlung</link></entry>
</row>
<row>
- <entry><constant>T_INTERFACE</constant></entry>
- <entry>interface</entry>
- <entry><xref linkend="language.oop5.interfaces"/></entry>
- </row>
- <row>
<entry><constant>T_ISSET</constant></entry>
<entry>isset()</entry>
<entry><function>isset</function></entry>
@@ -477,14 +496,6 @@
<entry><link linkend="language.operators.comparison">Vergleichsoperatoren</link></entry>
</row>
<row>
- <entry><constant>T_SPACESHIP</constant></entry>
- <entry><=></entry>
- <entry>
- <link linkend="language.operators.comparison">Vergleichsoperatoren</link>
- (verfügbar ab PHP 7.0.0)
- </entry>
- </row>
- <row>
<entry><constant>T_LINE</constant></entry>
<entry>__LINE__</entry>
<entry><link linkend="language.constants.predefined">Magische Konstanten</link></entry>
@@ -545,6 +556,11 @@
</entry>
</row>
<row>
+ <entry><constant>T_NEW</constant></entry>
+ <entry>new</entry>
+ <entry><link linkend="language.oop5">Klassen und Objekte</link></entry>
+ </row>
+ <row>
<entry><constant>T_NS_C</constant></entry>
<entry>__NAMESPACE__</entry>
<entry>
@@ -560,11 +576,6 @@
</entry>
</row>
<row>
- <entry><constant>T_NEW</constant></entry>
- <entry>new</entry>
- <entry><link linkend="language.oop5">Klassen und Objekte</link></entry>
- </row>
- <row>
<entry><constant>T_NUM_STRING</constant></entry>
<entry>"$a[0]"</entry>
<entry><link linkend="language.types.string.parsing">Numerischer Array-Index
@@ -635,15 +646,15 @@
</entry>
</row>
<row>
- <entry><constant>T_PUBLIC</constant></entry>
- <entry>public</entry>
+ <entry><constant>T_PROTECTED</constant></entry>
+ <entry>protected</entry>
<entry>
<link linkend="language.oop5">Klassen und Objekte</link>
</entry>
</row>
<row>
- <entry><constant>T_PROTECTED</constant></entry>
- <entry>protected</entry>
+ <entry><constant>T_PUBLIC</constant></entry>
+ <entry>public</entry>
<entry>
<link linkend="language.oop5">Klassen und Objekte</link>
</entry>
@@ -674,6 +685,14 @@
<entry><link linkend="language.operators.assignment">Zuweisungsoperatoren</link></entry>
</row>
<row>
+ <entry><constant>T_SPACESHIP</constant></entry>
+ <entry><=></entry>
+ <entry>
+ <link linkend="language.operators.comparison">Vergleichsoperatoren</link>
+ (verfügbar ab PHP 7.0.0)
+ </entry>
+ </row>
+ <row>
<entry><constant>T_SR</constant></entry>
<entry>>></entry>
<entry><link linkend="language.operators.bitwise">Bitweise Operatoren</link></entry>
Modified: phpdoc/de/trunk/features/commandline.xml
===================================================================
--- phpdoc/de/trunk/features/commandline.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/features/commandline.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349269 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 349711 Maintainer: nikic Status: ready -->
<!-- Credits: hholzgra, fa -->
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Modified: phpdoc/de/trunk/install/fpm/configuration.xml
===================================================================
--- phpdoc/de/trunk/install/fpm/configuration.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/install/fpm/configuration.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346281 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 349711 Maintainer: nikic Status: ready -->
<!-- Credits: Jens-Andre Koch -->
<sect1 xml:id="install.fpm.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Modified: phpdoc/de/trunk/install/unix/index.xml
===================================================================
--- phpdoc/de/trunk/install/unix/index.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/install/unix/index.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347019 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349711 Maintainer: sammywg Status: ready -->
<chapter xml:id="install.unix" xmlns="http://docbook.org/ns/docbook">
<title>Installation auf Unix-Systemen</title>
Modified: phpdoc/de/trunk/install/unix/nginx.xml
===================================================================
--- phpdoc/de/trunk/install/unix/nginx.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/install/unix/nginx.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346946 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349711 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<sect1 xml:id="install.unix.nginx" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Modified: phpdoc/de/trunk/language/exceptions.xml
===================================================================
--- phpdoc/de/trunk/language/exceptions.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/language/exceptions.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349132 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349711 Maintainer: sammywg Status: ready -->
<chapter xml:id="language.exceptions" xmlns="http://docbook.org/ns/docbook">
<title>Ausnahmebehandlung (Exception-Handling)</title>
Modified: phpdoc/de/trunk/language/functions.xml
===================================================================
--- phpdoc/de/trunk/language/functions.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/language/functions.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347269 Maintainer: cmb Status: in progress -->
+<!-- EN-Revision: 349655 Maintainer: cmb Status: in progress -->
<!-- Credits: hholzgra, tom, updated to fix build by theseer -->
<chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
@@ -136,7 +136,8 @@
<note>
<simpara>
Groß- und Kleinschreibung spielt zwar bei Funktionsnamen keine
- Rolle, es empfiehlt sich aber trotzdem bei Funktionsaufrufen
+ Rolle für die ASCII-Zeichen <literal>A</literal> bis <literal>Z</literal>,
+ es empfiehlt sich aber trotzdem bei Funktionsaufrufen
die gleiche Schreibweise wie in der Deklaration zu benutzen.
</simpara>
</note>
Modified: phpdoc/de/trunk/language/operators.xml
===================================================================
--- phpdoc/de/trunk/language/operators.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/language/operators.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349236 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349661 Maintainer: nobody Status: ready -->
<!-- CREDITS: tzwenny, betz -->
<chapter xml:id="language.operators" xmlns="http://docbook.org/ns/docbook">
@@ -83,7 +83,7 @@
</thead>
<tbody>
<row>
- <entry>nicht-assoziativ</entry>
+ <entry>(n. z.)</entry>
<entry>
<literal>clone</literal>
<literal>new</literal>
@@ -99,7 +99,7 @@
<entry><link linkend="language.operators.arithmetic">Arithmetik</link></entry>
</row>
<row>
- <entry>rechts</entry>
+ <entry>(n. z.)</entry>
<entry>
<literal>++</literal>
<literal>--</literal>
@@ -118,7 +118,7 @@
</entry>
</row>
<row>
- <entry>nicht-assoziativ</entry>
+ <entry>left</entry>
<entry><literal>instanceof</literal></entry>
<entry>
<link linkend="language.types">Typen</link>
@@ -125,7 +125,7 @@
</entry>
</row>
<row>
- <entry>rechts</entry>
+ <entry>(n. z.)</entry>
<entry><literal>!</literal></entry>
<entry>
<link linkend="language.operators.logical">Logik</link>
@@ -262,7 +262,7 @@
</entry>
</row>
<row>
- <entry>rechts</entry>
+ <entry>(n. z.)</entry>
<entry><literal>yield from</literal></entry>
<entry>
<link linkend="control-structures.yield.from">yield from</link>
@@ -269,7 +269,7 @@
</entry>
</row>
<row>
- <entry>rechts</entry>
+ <entry>(n. z.)</entry>
<entry><literal>yield</literal></entry>
<entry>
<link linkend="control-structures.yield">yield</link>
@@ -276,6 +276,11 @@
</entry>
</row>
<row>
+ <entry>(n. z.)</entry>
+ <entry><literal>print</literal></entry>
+ <entry><function>print</function></entry>
+ </row>
+ <row>
<entry>links</entry>
<entry><literal>and</literal></entry>
<entry>
Modified: phpdoc/de/trunk/language/variables.xml
===================================================================
--- phpdoc/de/trunk/language/variables.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/language/variables.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347269 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349734 Maintainer: nobody Status: ready -->
<!-- Credits: betz -->
<chapter xml:id="language.variables" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -545,15 +545,16 @@
<informalexample>
<programlisting role="php">
<![CDATA[
-<?php
function test_global_ref() {
global $obj;
- $obj = &new stdclass;
+ $new = new stdclass;
+ $obj = &$new;
}
function test_global_noref() {
global $obj;
- $obj = new stdclass;
+ $new = new stdclass;
+ $obj = $new;
}
test_global_ref();
@@ -568,9 +569,11 @@
&example.outputs;
<screen>
+<![CDATA[
NULL
-object(stdClass)(0) {
+object(stdClass)#1 (0) {
}
+]]>
</screen>
<simpara>
@@ -589,10 +592,15 @@
echo "Statisches Objekt: ";
var_dump($obj);
if (!isset($obj)) {
+ $new = new stdclass;
// Der statischen Variablen eine Referenz zuweisen
- $obj = &new stdclass;
+ $obj = &$new;
}
- $obj->property++;
+ if (!isset($obj->property)) {
+ $obj->property = 1;
+ } else {
+ $obj->property++;
+ }
return $obj;
}
@@ -602,10 +610,15 @@
echo "Statisches Objekt: ";
var_dump($obj);
if (!isset($obj)) {
+ $new = new stdclass;
// Der statischen Variablen ein Objekt zuweisen
- $obj = new stdclass;
+ $obj = $new;
}
- $obj->property++;
+ if (!isset($obj->property)) {
+ $obj->property = 1;
+ } else {
+ $obj->property++;
+ }
return $obj;
}
@@ -620,14 +633,16 @@
</informalexample>
&example.outputs;
<screen>
+<![CDATA[
Statisches Objekt: NULL
Statisches Objekt: NULL
Statisches Objekt: NULL
-Statisches Objekt: object(stdClass)(1) {
+Statisches Objekt: object(stdClass)#3 (1) {
["property"]=>
int(1)
}
+]]>
</screen>
<simpara>
Modified: phpdoc/de/trunk/reference/bc/functions/bcpowmod.xml
===================================================================
--- phpdoc/de/trunk/reference/bc/functions/bcpowmod.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/bc/functions/bcpowmod.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343026 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349720 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.bcpowmod" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>bcpowmod</refname>
@@ -64,7 +64,7 @@
<para>
Gibt das Ergebnis als String zurück. Ist <parameter>modulus</parameter> <literal>0</literal>
oder <parameter>exponent</parameter> kleiner Null,
- wird &null; zurückgegeben.
+ wird &false; zurückgegeben.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/classobj/functions/get-declared-classes.xml
===================================================================
--- phpdoc/de/trunk/reference/classobj/functions/get-declared-classes.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/classobj/functions/get-declared-classes.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 349660 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.get-declared-classes" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>get_declared_classes</refname>
@@ -32,6 +32,31 @@
</para>
</note>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.4.0</entry>
+ <entry>
+ Zuvor gab <function>get_declared_classes</function> immer die Elternklassen vor
+ den Kindklassen zurück. Dies ist nicht länger der Fall. Für den Rückgabewert von
+ <function>get_declared_classes</function> wird keine bestimmte Reihenfolge zugesichert.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/filesystem/functions/linkinfo.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/linkinfo.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/filesystem/functions/linkinfo.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349726 Maintainer: wiesemann Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.linkinfo">
<refnamediv>
<refname>linkinfo</refname>
@@ -45,7 +45,10 @@
<para>
<function>linkinfo</function> gibt das <literal>st_dev</literal>-Feld der
Unix-C-Stat-Struktur, die vom <literal>lstat</literal>-Systemaufruf
- zurückgegeben wird, zurück. Gibt 0 oder &false; im Fehlerfall zurück.
+ zurückgegeben wird, zurück.
+ Gibt im Erfolgsfall eine nicht-negative Ganzzahl zurück;
+ -1 im Fall, dass der Link nicht gefunden wurde,
+ oder &false; falls ein open_base_dir Verstoß erfolgt.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-alloc.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-alloc.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-alloc.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 309268 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349710 Maintainer: wiesemann Status: ready -->
<refentry xml:id="function.ftp-alloc" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ftp_alloc</refname>
@@ -88,7 +88,7 @@
if (ftp_alloc($conn_id, filesize($file), $result)) {
echo "Platz wurde erfolgreich auf dem Server reseviert. $file wird gesendet.\n";
- ftp_put($conn_id, '/incomming/myfile', $file, FTP_BINARY);
+ ftp_put($conn_id, '/incoming/myfile', $file, FTP_BINARY);
} else {
echo "Platz konnte nicht auf dem Server reserviert werden. Serverantwort: $result\n";
}
Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-continue.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-continue.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-continue.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349710 Maintainer: wiesemann Status: ready -->
<refentry xml:id="function.ftp-nb-continue" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ftp_nb_continue</refname>
@@ -47,7 +47,7 @@
<![CDATA[
<?php
-// Initialisiere den Download
+// Initiiere den Download
$ret = ftp_nb_get($my_connection, "test", "README", FTP_BINARY);
while ($ret == FTP_MOREDATA) {
Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349710 Maintainer: wiesemann Status: ready -->
<refentry xml:id="function.ftp-nb-fget" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ftp_nb_fget</refname>
@@ -126,7 +126,7 @@
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
-// Download initialisieren
+// Download initiieren
$ret = ftp_nb_fget($conn_id, $fp, $file, FTP_BINARY);
while ($ret == FTP_MOREDATA) {
Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349710 Maintainer: wiesemann Status: ready -->
<refentry xml:id="function.ftp-nb-fput" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ftp_nb_fput</refname>
@@ -122,7 +122,7 @@
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
-// Upload initialisieren
+// Upload initiieren
$ret = ftp_nb_fput($conn_id, $file, $fp, FTP_BINARY);
while ($ret == FTP_MOREDATA) {
Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349710 Maintainer: wiesemann Status: ready -->
<refentry xml:id="function.ftp-nb-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ftp_nb_get</refname>
@@ -116,7 +116,7 @@
<![CDATA[
<?php
-// Download initialisieren
+// Download iniitieren
$ret = ftp_nb_get($my_connection, "test", "README", FTP_BINARY);
while ($ret == FTP_MOREDATA) {
@@ -140,7 +140,7 @@
<![CDATA[
<?php
-// Initialisieren
+// Iniitieren
$ret = ftp_nb_get($my_connection, "test", "README", FTP_BINARY,
filesize("test"));
// ODER: $ret = ftp_nb_get($my_connection, "test", "README", FTP_BINARY,
Modified: phpdoc/de/trunk/reference/openssl/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/openssl/configure.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/openssl/configure.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348111 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349709 Maintainer: jaenecke Status: ready -->
<section xml:id="openssl.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
Modified: phpdoc/de/trunk/reference/pcntl/examples.xml
===================================================================
--- phpdoc/de/trunk/reference/pcntl/examples.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/pcntl/examples.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 310851 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 349708 Maintainer: hholzgra Status: ready -->
<!-- Credits: simp -->
<chapter xml:id="pcntl.examples" xmlns="http://docbook.org/ns/docbook">
&reftitle.examples;
Modified: phpdoc/de/trunk/reference/pdo/pdostatement/execute.xml
===================================================================
--- phpdoc/de/trunk/reference/pdo/pdostatement/execute.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/pdo/pdostatement/execute.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 340381 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349634 Maintainer: nobody Status: ready -->
<refentry xml:id="pdostatement.execute" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,7 +13,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>PDOStatement::execute</methodname>
- <methodparam choice="opt"><type>array</type><parameter>input_parameters</parameter></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>input_parameters</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Führt das <link linkend="pdo.prepared-statements">Prepared
Modified: phpdoc/de/trunk/reference/posix/functions/posix-setpgid.xml
===================================================================
--- phpdoc/de/trunk/reference/posix/functions/posix-setpgid.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/posix/functions/posix-setpgid.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 349709 Maintainer: samesch Status: ready -->
<refentry xml:id="function.posix-setpgid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>posix_setpgid</refname>
Modified: phpdoc/de/trunk/reference/session/functions/session-start.xml
===================================================================
--- phpdoc/de/trunk/reference/session/functions/session-start.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/session/functions/session-start.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347043 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 349708 Maintainer: samesch Status: ready -->
<refentry xml:id="function.session-start" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/sockets/functions/socket-create-pair.xml
===================================================================
--- phpdoc/de/trunk/reference/sockets/functions/socket-create-pair.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/sockets/functions/socket-create-pair.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347589 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 349708 Maintainer: conni Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-create-pair">
<refnamediv>
<refname>socket_create_pair</refname>
Modified: phpdoc/de/trunk/reference/sockets/functions/socket-get-option.xml
===================================================================
--- phpdoc/de/trunk/reference/sockets/functions/socket-get-option.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/sockets/functions/socket-get-option.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345096 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349710 Maintainer: nobody Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-get-option">
<refnamediv>
Modified: phpdoc/de/trunk/reference/xmlwriter/reference.xml
===================================================================
--- phpdoc/de/trunk/reference/xmlwriter/reference.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/xmlwriter/reference.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: theseer Status: ready -->
+<!-- EN-Revision: 349708 Maintainer: theseer Status: ready -->
<reference xml:id="ref.xmlwriter" xmlns="http://docbook.org/ns/docbook">
<title>XMLWriter &Functions;</title>
Modified: phpdoc/de/trunk/reference/zip/book.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/book.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/zip/book.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349708 Maintainer: sammywg Status: ready -->
<book xml:id="book.zip" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
@@ -20,7 +20,7 @@
&reference.zip.constants;
&reference.zip.examples;
&reference.zip.ziparchive;
- <!-- FIXME: Apparently this extension has some classess -->
+ <!-- FIXME: Apparently this extension has some classes -->
&reference.zip.reference;
</book>
Modified: phpdoc/de/trunk/reference/zip/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/setup.xml 2020-05-03 10:31:04 UTC (rev 349740)
+++ phpdoc/de/trunk/reference/zip/setup.xml 2020-05-03 11:32:46 UTC (rev 349741)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349351 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 349708 Maintainer: hholzgra Status: ready -->
<chapter xml:id="zip.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;