svn: /phpdoc/ja/trunk/language/control-structures/ match.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Wed, 02 Dec 2020 00:28:19 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=351838

Log:
Fix example in match docs (missing terminating semi-colon)

As pointed out by girgias.

Changed paths:
    U   phpdoc/ja/trunk/language/control-structures/match.xml

Modified: phpdoc/ja/trunk/language/control-structures/match.xml
===================================================================
--- phpdoc/ja/trunk/language/control-structures/match.xml	2020-12-02 00:25:58 UTC (rev 351837)
+++ phpdoc/ja/trunk/language/control-structures/match.xml	2020-12-02 00:28:19 UTC (rev 351838)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351821 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 351833 Maintainer: mumumu Status: ready -->

 <sect1 xml:id="control-structures.match" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title><literal>match</literal></title>
@@ -212,7 +212,7 @@
     $age >= 25 => 'adult',
     $age >= 18 => 'young adult',
     default => 'kid',
-}
+};

 var_dump($result);
 ?>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.