Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions language/control-structures/do-while.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 7104ee97ced1768a3231588dfc0bc0d7eb1117ad Maintainer: sammywg Status: ready -->
<!-- EN-Revision: 53fb200fed6d316b0616a915eb87a40de1d80f51 Maintainer: sammywg Status: ready -->

<sect1 xml:id="control-structures.do.while" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>do-while</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ do {
if ($i < $minimum_limit) {
break;
}
echo "i ist ok";
echo "i ist ok";

/* i verarbeiten */

Expand Down
4 changes: 3 additions & 1 deletion language/enumerations.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 2e5f2910f3a2a95dcbdaf580ba57a0b60b072c2a Maintainer: samesch Status: ready -->
<!-- EN-Revision: 5744be5a4d239c18d4610581bd32b69a7d82947e Maintainer: samesch Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="language.enumerations" xmlns="http://docbook.org/ns/docbook">
<title>Aufzählungen (Enum)</title>
Expand Down Expand Up @@ -119,6 +119,8 @@ $b = Suit::Spades;
$a === $b; // true

$a instanceof Suit; // true

$a !== 'Spades'; // true
?>
]]>
</programlisting>
Expand Down
4 changes: 2 additions & 2 deletions language/predefined/attribute/construct.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 681fd84dbdef6c0f8fe92848677d95a993b66143 Maintainer: samesch Status: ready -->
<!-- EN-Revision: 0eb433f1dec35ba1c0daf2d8b30b47f284ad5670 Maintainer: samesch Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="attribute.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand All @@ -12,7 +12,7 @@
&reftitle.description;
<constructorsynopsis role="Attribute">
<modifier>public</modifier> <methodname>Attribute::__construct</methodname>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>Attribute::TARGET_ALL</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>Attribute::TARGET_ALL</constant></initializer></methodparam>
</constructorsynopsis>
<para>
Erstellt eine neue Instanz von <classname>Attribute</classname>.
Expand Down
3 changes: 2 additions & 1 deletion language/predefined/attributes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: e890e4a7f97a9ea85e60a38443e7c8eb7ae9383f Maintainer: samesch Status: ready -->
<!-- EN-Revision: 02bee41067ab2822cbffcb4b3b2387f79488dffd Maintainer: samesch Status: ready -->
<!-- Reviewed: no -->
<part xml:id="reserved.attributes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Vordefinierte Attribute</title>
Expand All @@ -13,6 +13,7 @@
&language.predefined.attributes.attribute;
&language.predefined.attributes.allowdynamicproperties;
&language.predefined.attributes.deprecated;
&language.predefined.attributes.nodiscard;
&language.predefined.attributes.override;
&language.predefined.attributes.returntypewillchange;
&language.predefined.attributes.sensitiveparameter;
Expand Down
2 changes: 1 addition & 1 deletion language/predefined/exception.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3c4752c0aea6bfdd6795213785e7d7cc07d160ae Maintainer: sammywg Status: ready -->
<!-- EN-Revision: 462d2bcb3fa7e76dd84baadf261146bc62574ca9 Maintainer: sammywg Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.exception" role="exception" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Exception</title>
Expand Down
3 changes: 2 additions & 1 deletion language/predefined/stdclass.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: samesch Status: ready -->
<!-- EN-Revision: 77325b622f91355b118e8f3bc9ff940e8201f55d Maintainer: samesch Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.stdclass" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand Down Expand Up @@ -46,6 +46,7 @@

<classsynopsis class="class">
<ooclass>
<modifier role="attribute">#[\AllowDynamicProperties]</modifier>
<classname>stdClass</classname>
</ooclass>
</classsynopsis>
Expand Down
9 changes: 5 additions & 4 deletions language/predefined/variables/server.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: a124543dd3f6b1e5567b07420d23899e582514dc Maintainer: sammywg Status: ready -->
<!-- EN-Revision: 6b413423c754810252b812d2a28fc627be4579dd Maintainer: sammywg Status: ready -->
<!-- Reviewed:yes -->
<!-- Rev-Revision: cdaea0421544885f02ff3d36bd203dc01b78299e Reviewer: samesch -->

Expand Down Expand Up @@ -168,7 +168,8 @@
<term>'<varname>REQUEST_TIME</varname>'</term>
<listitem>
<simpara>
Der Timestamp des Zeitpunkts, an dem der Request eintraf.
Der Timestamp des Zeitpunkts, an dem PHP mit der Verarbeitung der
Anfrage begonnen hat.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -177,8 +178,8 @@
<term>'<varname>REQUEST_TIME_FLOAT</varname>'</term>
<listitem>
<simpara>
Der Timestamp des Zeitpunkts, an dem der Request eintraf, in
Mikrosekunden-Genauigkeit.
Der Timestamp des Zeitpunkts, an dem PHP mit der Verarbeitung der
Anfrage begonnen hat, mit Mikrosekunden-Genauigkeit.
</simpara>
</listitem>
</varlistentry>
Expand Down
7 changes: 6 additions & 1 deletion language/types/array.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 094816bd170e26abf0e057dae1cfb498dd6aad88 Maintainer: cmb Status: ready -->
<!-- EN-Revision: 3061900171d4ae84d532571bfd6eda823726dad4 Maintainer: cmb Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: c140370c354496b38b97dfafe2e31f3f8df8bb44 Reviewer: samesch -->
<sect1 xml:id="language.types.array">
<title>Arrays</title>

<para>
Eine Liste aller Array-Funktionen findet sich im Kapitel
<link linkend="ref.array">Array-Funktionen</link> der Dokumentation.
</para>

<para>
Ein <type>Array</type> ist in PHP in Wirklichkeit eine geordnete Map
(Abbildung). Eine Map ist ein Typ, der <emphasis>Werte</emphasis> zu
Expand Down
15 changes: 7 additions & 8 deletions language/types/integer.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: e587d0655e426f97b3fcb431453da5030e743b23 Maintainer: samesch Status: ready -->
<!-- EN-Revision: 78a11d3ca004ee937549d932e77a79c51b9777cd Maintainer: samesch Status: ready -->
<!-- Reviewed: no -->
<sect1 xml:id="language.types.integer">
<title>Ganzzahlen (Integer)</title>
Expand Down Expand Up @@ -157,13 +157,12 @@ var_dump(round(25/7)); // float(4)
<title>Umwandlung in Integer</title>

<simpara>
Um einen Wert explizit in <type>int</type> umzuwandeln, kann entweder
<literal>(int)</literal> oder <literal>(integer)</literal> verwendet
werden. In den meisten Fällen ist das jedoch nicht nötig, weil ein Wert
automatisch umgewandelt wird, wenn ein Operator, eine Funktion oder eine
Kontrollstruktur ein Argument vom Typ <type>int</type> benötigt. Ein Wert
kann auch mit der Funktion <function>intval</function> in <type>int</type>
umgewandelt werden.
Um einen Wert explizit in <type>int</type> umzuwandeln, kann der
<literal>(int)</literal>-Cast verwendet werden. In den meisten Fällen ist
das jedoch nicht nötig, weil ein Wert automatisch umgewandelt wird, wenn
ein Operator, eine Funktion oder eine Kontrollstruktur ein Argument vom
Typ <type>int</type> benötigt. Ein Wert kann auch mit der Funktion
<function>intval</function> in <type>int</type> umgewandelt werden.
</simpara>

<simpara>
Expand Down
3 changes: 2 additions & 1 deletion reference/array/functions/array-rand.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4a1dedc24b1e085f298ab1d5dadefe306373691b Maintainer: gerdtsteltner Status: ready -->
<!-- EN-Revision: d6dc2be3c5c70e4a1c3d13f788643ea232747c19 Maintainer: gerdtsteltner Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: cd943f94a013b74df8765ab8e1a620a916a64a85 Reviewer: samesch -->
<!-- CREDITS: tom -->
Expand All @@ -23,6 +23,7 @@
Einträge zurück.
</para>
&caution.cryptographically-insecure;
&caution.mt19937-global-state;
</refsect1>

<refsect1 role="parameters">
Expand Down
3 changes: 2 additions & 1 deletion reference/array/functions/shuffle.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f781803449007bb0e3a96c693e0eee067f7eb466 Maintainer: hholzgra Status: ready -->
<!-- EN-Revision: d6dc2be3c5c70e4a1c3d13f788643ea232747c19 Maintainer: hholzgra Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: 6a6f43d1c490a57b452656db285de6d136055ed2 Reviewer: samesch -->
<!-- CREDITS: tom, simp -->
Expand All @@ -20,6 +20,7 @@
Diese Funktion mischt die Elemente eines Arrays zufällig (shuffle).
</para>
&caution.cryptographically-insecure;
&caution.mt19937-global-state;
</refsect1>

<refsect1 role="parameters">
Expand Down
4 changes: 2 additions & 2 deletions reference/calendar/functions/jdmonthname.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 855dd0c584224f0cee7667a3bc3dae62bace9c96 Maintainer: nobody Status: ready -->
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: nobody Status: ready -->
<refentry xml:id="function.jdmonthname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>jdmonthname</refname>
Expand Down Expand Up @@ -71,7 +71,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>jday</parameter></term>
<term><parameter>julian_day</parameter></term>
<listitem>
<para>
Ein Julianischer Tag als Integer.
Expand Down
7 changes: 4 additions & 3 deletions reference/datetime/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 130701dd4e64351d38da565ab3043a8f795698f8 Maintainer: hholzgra Status: ready -->
<!-- EN-Revision: b53f03f249fca24b7b1f32564e7dde31fa8b713e Maintainer: hholzgra Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Reviewer: samesch -->
<appendix xml:id="datetime.constants" xmlns="http://docbook.org/ns/docbook">
Expand Down Expand Up @@ -71,7 +71,8 @@
</term>
<listitem>
<simpara>
Atom (&zb; <literal>2005-08-15T15:52:01+00:00</literal>)
Atom (&zb; <literal>2005-08-15T15:52:01+00:00</literal>); kompatibel
mit ISO-8601, RFC 3339 und XML Schema
</simpara>
</listitem>
</varlistentry>
Expand All @@ -95,7 +96,7 @@
</term>
<listitem>
<simpara>
ISO-8601 (&zb; <literal>2005-08-15T15:52:01+0000</literal>)
ISO-8601-ähnlich (&zb; <literal>2005-08-15T15:52:01+0000</literal>)
</simpara>
<note>
<simpara>
Expand Down
4 changes: 2 additions & 2 deletions reference/hash/book.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0904e1f4db189dfd2873a126bf72fe34fa9c50f8 Maintainer: nikic Status: ready -->
<book xml:id="book.hash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- EN-Revision: a19139232af73a3c2054fcf5a687640ade63a393 Maintainer: nikic Status: ready -->
<book xml:id="book.hash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="interactive">
<?phpdoc extension-membership="core" ?>
<title>HASH Message Digest Framework</title>
<titleabbrev>Hash</titleabbrev>
Expand Down
6 changes: 3 additions & 3 deletions reference/image/functions/imagearc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9960a09a5705102bf4dd0ce63e03d9ec716d0015 Maintainer: jaenecke Status: ready -->
<!-- EN-Revision: fcd9214294f88b05862a538c6dd94c7872420139 Maintainer: jaenecke Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.imagearc" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>imagearc</methodname>
<type>true</type><methodname>imagearc</methodname>
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>center_x</parameter></methodparam>
<methodparam><type>int</type><parameter>center_y</parameter></methodparam>
Expand Down Expand Up @@ -93,7 +93,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down
6 changes: 3 additions & 3 deletions reference/image/functions/imagechar.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a7e5e563d2d2269a6d7ccff506715a3e1a6f3902 Maintainer: jaenecke Status: ready -->
<!-- EN-Revision: fcd9214294f88b05862a538c6dd94c7872420139 Maintainer: jaenecke Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: a7e5e563d2d2269a6d7ccff506715a3e1a6f3902 Reviewer: samesch -->
<refentry xml:id="function.imagechar" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>imagechar</methodname>
<type>true</type><methodname>imagechar</methodname>
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
<methodparam><type class="union"><type>GdFont</type><type>int</type></type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
Expand Down Expand Up @@ -76,7 +76,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down
6 changes: 3 additions & 3 deletions reference/image/functions/imagecharup.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a7e5e563d2d2269a6d7ccff506715a3e1a6f3902 Maintainer: nobody Status: ready -->
<!-- EN-Revision: fcd9214294f88b05862a538c6dd94c7872420139 Maintainer: nobody Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: a7e5e563d2d2269a6d7ccff506715a3e1a6f3902 Reviewer: samesch -->
<refentry xml:id="function.imagecharup" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>imagecharup</methodname>
<type>true</type><methodname>imagecharup</methodname>
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
<methodparam><type class="union"><type>GdFont</type><type>int</type></type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
Expand Down Expand Up @@ -71,7 +71,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down
6 changes: 3 additions & 3 deletions reference/image/functions/imagecolordeallocate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: nobody Status: ready -->
<!-- EN-Revision: fcd9214294f88b05862a538c6dd94c7872420139 Maintainer: nobody Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Reviewer: samesch -->
<refentry xml:id="function.imagecolordeallocate" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>imagecolordeallocate</methodname>
<type>true</type><methodname>imagecolordeallocate</methodname>
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
Expand Down Expand Up @@ -42,7 +42,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down
6 changes: 3 additions & 3 deletions reference/image/functions/imagecopy.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9960a09a5705102bf4dd0ce63e03d9ec716d0015 Maintainer: nobody Status: ready -->
<!-- EN-Revision: fcd9214294f88b05862a538c6dd94c7872420139 Maintainer: nobody Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: 59688c0133174b84186175b3d7666420f3a7f74e Reviewer: samesch -->
<refentry xml:id="function.imagecopy" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>imagecopy</methodname>
<type>true</type><methodname>imagecopy</methodname>
<methodparam><type>GdImage</type><parameter>dst_image</parameter></methodparam>
<methodparam><type>GdImage</type><parameter>src_image</parameter></methodparam>
<methodparam><type>int</type><parameter>dst_x</parameter></methodparam>
Expand Down Expand Up @@ -100,7 +100,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down
6 changes: 3 additions & 3 deletions reference/image/functions/imagecopyresized.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: simp Status: ready -->
<!-- EN-Revision: fcd9214294f88b05862a538c6dd94c7872420139 Maintainer: simp Status: ready -->
<refentry xml:id="function.imagecopyresized" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagecopyresized</refname>
Expand All @@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>imagecopyresized</methodname>
<type>true</type><methodname>imagecopyresized</methodname>
<methodparam><type>GdImage</type><parameter>dst_image</parameter></methodparam>
<methodparam><type>GdImage</type><parameter>src_image</parameter></methodparam>
<methodparam><type>int</type><parameter>dst_x</parameter></methodparam>
Expand Down Expand Up @@ -129,7 +129,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down
Loading
Loading