svn: /phpdoc/ja/trunk/language/ functions.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 15 Apr 2020 01:04:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349658
Log:
Fix #66668: Function names are case-sensitive for chars with codes 127-255
Bug: https://bugs.php.net/66668 (Closed) Function names are case-sensitive for chars with codes 127-255
Changed paths:
U phpdoc/ja/trunk/language/functions.xml
Modified: phpdoc/ja/trunk/language/functions.xml
===================================================================
--- phpdoc/ja/trunk/language/functions.xml 2020-04-14 06:13:45 UTC (rev 349657)
+++ phpdoc/ja/trunk/language/functions.xml 2020-04-15 01:04:45 UTC (rev 349658)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347269 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349655 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,mumumu -->
<chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
<title>関数</title>
@@ -129,8 +129,9 @@
</simpara>
<note>
<simpara>
- 関数名は大文字小文字を区別しませんが、通常は
- 関数宣言時と同じ名前で関数をコールする方が好ましいです。
+ 関数名は ASCII 文字 <literal>A</literal> から <literal>Z</literal> で構成されている場合、
+ 大文字小文字を区別しませんが、
+ 通常は関数宣言時と同じ名前で関数をコールする方が好ましいです。
</simpara>
</note>
<simpara>