Skip to content

Commit 9a813ff

Browse files
誤訳の修正 (#253)
英語版 > Prior to PHP 8.4.0, exit() was a language construct and not a function, therefore it was not possible to call it using variable functions, or named arguments.
1 parent aa3d67a commit 9a813ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/misc/functions/exit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ exit;
199199
&reftitle.notes;
200200
<warning>
201201
<simpara>
202-
PHP 8.4.0 以降は、 <function>exit</function> は関数ではなく言語構造でした。
202+
PHP 8.4.0 より前は、 <function>exit</function> は関数ではなく言語構造でした。
203203
したがって、 <link linkend="functions.variable-functions">可変関数</link> や <link linkend="functions.named-arguments">名前付き引数</link> を使って関数を呼び出すことはできませんでした。
204204
</simpara>
205205
</warning>

0 commit comments

Comments
 (0)