We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae807aa commit a97a3f0Copy full SHA for a97a3f0
language/functions.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: f94d903985119d3ac00f4528551df947f57b667f Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 74976cdb263ef841c5fc2c3f91ca7e284adce552 Maintainer: takagi Status: ready -->
4
<!-- CREDITS: hirokawa,mumumu -->
5
<chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
6
<title>関数</title>
@@ -1523,7 +1523,7 @@ var_export($fn(5)(10));
1523
<?php
1524
1525
fn(array $x) => $x;
1526
-static fn(): int => $x;
+static fn($x): int => $x;
1527
fn($x = 42) => $x;
1528
fn(&$x) => $x;
1529
fn&($x) => $x;
0 commit comments