svn: /phpdoc/ja/trunk/language/ operators.xml

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

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

Log:
Fix #80452: Null Coalesce Operator Swallow warning error

Bug: https://bugs.php.net/80452 (Closed) Null Coalesce Operator Swallow warning error
      
Changed paths:
    U   phpdoc/ja/trunk/language/operators.xml

Modified: phpdoc/ja/trunk/language/operators.xml
===================================================================
--- phpdoc/ja/trunk/language/operators.xml	2020-12-02 00:19:12 UTC (rev 351834)
+++ phpdoc/ja/trunk/language/operators.xml	2020-12-02 00:21:50 UTC (rev 351835)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351706 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351816 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa,mumumu -->
  <chapter xml:id="language.operators" xmlns="http://docbook.org/ns/docbook">
   <title>演算子</title>
@@ -1783,7 +1783,7 @@
      と評価され、それ以外の場合は <replaceable>expr1</replaceable> と評価されます。
     </para>
     <para>
-     この演算子は、左側の値が存在しない場合でも notice が発生しません。
+     この演算子は、左側の値が存在しない場合でも notice や warning が発生しません。
      <function>isset</function> と同じ挙動です。
      これは、配列のキーを扱う場合に便利です。
     </para>
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.