Skip to content

Commit 1e88210

Browse files
committed
[include.xml] Fix links to magic constants page
php/doc-en@a124543
1 parent d16f719 commit 1e88210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language/control-structures/include.xml

Lines changed: 2 additions & 2 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: ffbe6525350c91d58e1d5b7a52c46c911035c8e0 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a124543dd3f6b1e5567b07420d23899e582514dc Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55

66
<sect1 xml:id="function.include" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -86,7 +86,7 @@ echo "A $color $fruit"; // A green apple
8686
その関数内で定義されているものとして動作します。
8787
従って変数のスコープもその関数のものが継承されます。
8888
ただ <link
89-
linkend="language.constants.predefined">マジック定数</link>
89+
linkend="language.constants.magic">マジック定数</link>
9090
は例外で、これは読み込みを行う前にパーサが評価します。
9191
</simpara>
9292
<para>

0 commit comments

Comments
 (0)