File tree Expand file tree Collapse file tree 2 files changed +3
-28
lines changed Expand file tree Collapse file tree 2 files changed +3
-28
lines changed Original file line number Diff line number Diff line change 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
15251525fn(array $x) => $x;
1526- static fn(): int => $x;
1526+ static fn($x ): int => $x;
15271527fn($x = 42) => $x;
15281528fn(&$x) => $x;
15291529fn&($x) => $x;
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments