Skip to content

Commit 8b12f0f

Browse files
authored
PHP_VERSION_* を PHP_*_VERSION に修正 (#314)
1 parent faea9cf commit 8b12f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/info/functions/phpversion.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if (PHP_VERSION_ID < 50207) {
132132
<para>
133133
この情報は、定義済みの定数 <constant>PHP_VERSION</constant>
134134
でも取得可能です。その他のバージョン関連の情報は、定数
135-
<constant>PHP_VERSION_*</constant> で取得可能です。
135+
<constant>PHP_<replaceable>*</replaceable>_VERSION</constant> で取得可能です。
136136
</para>
137137
</note>
138138
<note>

0 commit comments

Comments
 (0)