Skip to content

Commit 7baee87

Browse files
authored
doc-enの差分を反映(2) (#139)
* Fix GH-3241 by adding the missing parameter to the arrow function declaration php/doc-en@74976cd * Remove very old (4.x) changelog information on a few functions php/doc-en@dafb150
1 parent 5510f67 commit 7baee87

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

language/functions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: f94d903985119d3ac00f4528551df947f57b667f Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 74976cdb263ef841c5fc2c3f91ca7e284adce552 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,mumumu -->
55
<chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
66
<title>関数</title>
@@ -1523,7 +1523,7 @@ var_export($fn(5)(10));
15231523
<?php
15241524
15251525
fn(array $x) => $x;
1526-
static fn(): int => $x;
1526+
static fn($x): int => $x;
15271527
fn($x = 42) => $x;
15281528
fn(&$x) => $x;
15291529
fn&($x) => $x;

reference/fdf/functions/fdf-get-value.xml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: a56106f69198dfe88c6084593c78a71c26b24353 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: dafb1509d0b124bffe6ce275b5105b30b3fcec63 Maintainer: hirokawa Status: ready -->
44
<refentry xml:id="function.fdf-get-value" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>fdf_get_value</refname>
@@ -63,31 +63,6 @@
6363
</para>
6464
</refsect1>
6565

66-
<refsect1 role="changelog">
67-
&reftitle.changelog;
68-
<para>
69-
<informaltable>
70-
<tgroup cols="2">
71-
<thead>
72-
<row>
73-
<entry>&Version;</entry>
74-
<entry>&Description;</entry>
75-
</row>
76-
</thead>
77-
<tbody>
78-
<row>
79-
<entry>4.3.0</entry>
80-
<entry>
81-
配列のサポート、およびオプションのパラメータ <parameter>which</parameter>
82-
が追加されました。
83-
</entry>
84-
</row>
85-
</tbody>
86-
</tgroup>
87-
</informaltable>
88-
</para>
89-
</refsect1>
90-
9166
<refsect1 role="seealso">
9267
&reftitle.seealso;
9368
<para>

0 commit comments

Comments
 (0)