Skip to content
Closed
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
20 changes: 13 additions & 7 deletions releases/8.0/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class User
<div class="php8-compare">
<h2 class="php8-h2" id="constructor-property-promotion">
Constructor Property Promotion
<a class="php8-rfc" href="https://wiki.php.net/rfc/constructor_promotion">RFC</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/constructor_promotion">RFC</a> <a class="php8-rfc" href="/manual/de/language.oop5.decon.php#language.oop5.decon.constructor.promotion">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -175,7 +175,7 @@ public function __construct(
<div class="php8-compare">
<h2 class="php8-h2" id="union-types">
Union Types
<a class="php8-rfc" href="https://wiki.php.net/rfc/union_types_v2">RFC</a> <a class="php8-rfc" href="/manual/en/language.types.declarations.php#language.types.declarations.union">Doc</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/union_types_v2">RFC</a> <a class="php8-rfc" href="/manual/de/language.types.declarations.php#language.types.declarations.union">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -223,7 +223,7 @@ public function __construct(
<div class="php8-compare">
<h2 class="php8-h2" id="match-expression">
Match Ausdruck
<a class="php8-rfc" href="https://wiki.php.net/rfc/match_expression_v2">RFC</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/match_expression_v2">RFC</a> <a class="php8-rfc" href="/manual/de/control-structures.match.php">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -370,7 +370,7 @@ public function __construct(
</div>
</div>
<div class="php8-compare__content">
<p>Die meisten internen Funktionen erzeugen nun eine Fatal Error Exception wenn die Typenvalidierung der Parameter
<p>Die meisten internen Funktionen erzeugen nun eine Error Exception wenn die Typenvalidierung der Parameter
fehlschlägt.</p>
</div>
</div>
Expand Down Expand Up @@ -424,11 +424,17 @@ public function __construct(
</li>
<li>
Typen für interne Funktionen
<a href="https://externals.io/message/106522">RFC</a>
<a href="https://externals.io/message/106522">E-Mail-Thread</a>
</li>
<li>
Curl verwendet nun Objekte anstelle des resource Typs
<a href="https://php.watch/versions/8.0/resource-CurlHandle">RFC</a>
Objekte ohne Methoden anstelle des resource Typs für
<a href="https://php.watch/versions/8.0/resource-CurlHandle">Curl</a>,
<a href="https://php.watch/versions/8.0/gdimage">Gd</a>,
<a href="https://php.watch/versions/8.0/sockets-sockets-addressinfo">Sockets</a>,
<a href="https://php.watch/versions/8.0/OpenSSL-resource">OpenSSL</a>,
<a href="https://php.watch/versions/8.0/xmlwriter-resource">XMLWriter</a>, und
<a href="https://php.watch/versions/8.0/xmlwriter-resource">XML</a>
Extension
</li>
</ul>
</div>
Expand Down
18 changes: 12 additions & 6 deletions releases/8.0/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class User
<div class="php8-compare">
<h2 class="php8-h2" id="constructor-property-promotion">
Constructor property promotion
<a class="php8-rfc" href="https://wiki.php.net/rfc/constructor_promotion">RFC</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/constructor_promotion">RFC</a> <a class="php8-rfc" href="/manual/en/language.oop5.decon.php#language.oop5.decon.constructor.promotion">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -220,7 +220,7 @@ public function __construct(
<div class="php8-compare">
<h2 class="php8-h2" id="match-expression">
Match expression
<a class="php8-rfc" href="https://wiki.php.net/rfc/match_expression_v2">RFC</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/match_expression_v2">RFC</a> <a class="php8-rfc" href="/manual/en/control-structures.match.php">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -366,7 +366,7 @@ public function __construct(
</div>
</div>
<div class="php8-compare__content">
<p>Most of the internal functions now throw a Fatal Error exception if the validation of the parameters fails.</p>
<p>Most of the internal functions now throw an Error exception if the validation of the parameters fails.</p>
</div>
</div>
</section>
Expand Down Expand Up @@ -419,11 +419,17 @@ public function __construct(
</li>
<li>
Types for internal functions
<a href="https://externals.io/message/106522">RFC</a>
<a href="https://externals.io/message/106522">Email thread</a>
</li>
<li>
Curl objects instead of resources
<a href="https://php.watch/versions/8.0/resource-CurlHandle">RFC</a>
Opaque objects instead of resources for
<a href="https://php.watch/versions/8.0/resource-CurlHandle">Curl</a>,
<a href="https://php.watch/versions/8.0/gdimage">Gd</a>,
<a href="https://php.watch/versions/8.0/sockets-sockets-addressinfo">Sockets</a>,
<a href="https://php.watch/versions/8.0/OpenSSL-resource">OpenSSL</a>,
<a href="https://php.watch/versions/8.0/xmlwriter-resource">XMLWriter</a>, and
<a href="https://php.watch/versions/8.0/xmlwriter-resource">XML</a>
extensions
</li>
</ul>
</div>
Expand Down
20 changes: 13 additions & 7 deletions releases/8.0/pt_BR.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class User
<div class="php8-compare">
<h2 class="php8-h2" id="constructor-property-promotion">
Promoção de propriedade de construtor
<a class="php8-rfc" href="https://wiki.php.net/rfc/constructor_promotion">RFC</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/constructor_promotion">RFC</a> <a class="php8-rfc" href="/manual/pt_BR/language.oop5.decon.php#language.oop5.decon.constructor.promotion">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -175,7 +175,7 @@ public function __construct(
<div class="php8-compare">
<h2 class="php8-h2" id="union-types">
União de tipos
<a class="php8-rfc" href="https://wiki.php.net/rfc/union_types_v2">RFC</a> <a class="php8-rfc" href="/manual/en/language.types.declarations.php#language.types.declarations.union">Doc</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/union_types_v2">RFC</a> <a class="php8-rfc" href="/manual/pt_BR/language.types.declarations.php#language.types.declarations.union">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -223,7 +223,7 @@ public function __construct(
<div class="php8-compare">
<h2 class="php8-h2" id="match-expression">
Expressão match
<a class="php8-rfc" href="https://wiki.php.net/rfc/match_expression_v2">RFC</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/match_expression_v2">RFC</a> <a class="php8-rfc" href="/manual/pt_BR/control-structures.match.php">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -366,7 +366,7 @@ public function __construct(
</div>
</div>
<div class="php8-compare__content">
<p>A maioria das funções internas agora lançam uma exceção Fatal Error se a validação do parâmetro falhar.</p>
<p>A maioria das funções internas agora lançam uma exceção Error se a validação do parâmetro falhar.</p>
</div>
</div>
</section>
Expand Down Expand Up @@ -420,11 +420,17 @@ public function __construct(
</li>
<li>
Tipagem de funções internas
<a href="https://externals.io/message/106522">RFC</a>
<a href="https://externals.io/message/106522">Discussão por email</a>
</li>
<li>
Objetos curl em vez de recursos
<a href="https://php.watch/versions/8.0/resource-CurlHandle">RFC</a>
Objetos opacos em vez de recursos para
<a href="https://php.watch/versions/8.0/resource-CurlHandle">Curl</a>,
<a href="https://php.watch/versions/8.0/gdimage">Gd</a>,
<a href="https://php.watch/versions/8.0/sockets-sockets-addressinfo">Sockets</a>,
<a href="https://php.watch/versions/8.0/OpenSSL-resource">OpenSSL</a>,
<a href="https://php.watch/versions/8.0/xmlwriter-resource">XMLWriter</a>, e
<a href="https://php.watch/versions/8.0/xmlwriter-resource">XML</a>
extensões
</li>
</ul>
</div>
Expand Down
18 changes: 12 additions & 6 deletions releases/8.0/ru.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class User
<div class="php8-compare">
<h2 class="php8-h2" id="constructor-property-promotion">
Объявление свойств в конструкторе
<a class="php8-rfc" href="https://wiki.php.net/rfc/constructor_promotion">RFC</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/constructor_promotion">RFC</a> <a class="php8-rfc" href="/manual/ru/language.oop5.decon.php#language.oop5.decon.constructor.promotion">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -222,7 +222,7 @@ public function __construct(
<div class="php8-compare">
<h2 class="php8-h2" id="match-expression">
Выражение Match
<a class="php8-rfc" href="https://wiki.php.net/rfc/match_expression_v2">RFC</a>
<a class="php8-rfc" href="https://wiki.php.net/rfc/match_expression_v2">RFC</a> <a class="php8-rfc" href="/manual/ru/control-structures.match.php">Doc</a>
</h2>
<div class="php8-compare__main">
<div class="php8-compare__block example-contents">
Expand Down Expand Up @@ -368,7 +368,7 @@ public function __construct(
</div>
</div>
<div class="php8-compare__content">
<p>Большинство внутренних функций теперь выбрасывают исключение Fatal Error, если при проверке параметра возникает ошибка.</p>
<p>Большинство внутренних функций теперь выбрасывают исключение Error, если при проверке параметра возникает ошибка.</p>
</div>
</div>
</section>
Expand Down Expand Up @@ -421,11 +421,17 @@ public function __construct(
</li>
<li>
Типы для стандартных функций
<a href="https://externals.io/message/106522">RFC</a>
<a href="https://externals.io/message/106522">E-mail Тема</a>
</li>
<li>
Объекты вместо ресурсов для cURL
<a href="https://php.watch/versions/8.0/resource-CurlHandle">RFC</a>
Непрозрачные объекты вместо ресурсов для
<a href="https://php.watch/versions/8.0/resource-CurlHandle">Curl</a>,
<a href="https://php.watch/versions/8.0/gdimage">Gd</a>,
<a href="https://php.watch/versions/8.0/sockets-sockets-addressinfo">Sockets</a>,
<a href="https://php.watch/versions/8.0/OpenSSL-resource">OpenSSL</a>,
<a href="https://php.watch/versions/8.0/xmlwriter-resource">XMLWriter</a>, e
<a href="https://php.watch/versions/8.0/xmlwriter-resource">XML</a>
расширения
</li>
</ul>
</div>
Expand Down