Skip to content

Commit 293fd89

Browse files
committed
Mention that named arguments can't be used with empty()
php/doc-en@b5275f7
1 parent a4a692f commit 293fd89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

language-snippets.ent

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 0bafd5454e7c54de5b9e455f997bec3ecf89cfdb Maintainer: takagi Status: working -->
3+
<!-- EN-Revision: b5275f7e82de31a5376383f5b3bf2413dead7b21 Maintainer: takagi Status: working -->
44
<!-- Credits: hirokawa,haruki,shimooka,mumumu -->
55

66
<!ENTITY installation.enabled.disable 'この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。'>
@@ -1659,8 +1659,7 @@ linkend="features.safe-mode">セーフモード</link> が有効の場合、PHP
16591659
linkend="ini.open-basedir">open_basedir</link> の設定に依存します。</para></note>'>
16601660

16611661
<!ENTITY note.language-construct '<note xmlns="http://docbook.org/ns/docbook"><simpara>これは、関数ではなく
1662-
言語構造のため、<link linkend="functions.variable-functions">可変関数</link> を用いて
1663-
コールすることはできません。</simpara></note>'>
1662+
言語構造のため、<link linkend="functions.variable-functions">可変関数</link> や <link linkend="functions.named-arguments">名前付き引数</link> を用いてコールすることはできません。</simpara></note>'>
16641663

16651664
<!-- Common pieces in features/safe-mode.xml
16661665
Jade doesn't allow in-line entities, so I put them here... Though they

0 commit comments

Comments
 (0)