From 6c062ea9f0e0aafdcffa2cde5fb618e1e8e5b039 Mon Sep 17 00:00:00 2001 From: SUNAOKA Norifumi <105845+sunaoka@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:01:50 +0900 Subject: [PATCH] =?UTF-8?q?PHP=5FVERSION=5F*=20=E3=82=92=20PHP=5F*=5FVERSI?= =?UTF-8?q?ON=20=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/info/functions/phpversion.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/info/functions/phpversion.xml b/reference/info/functions/phpversion.xml index 40101b6bc1..6b518827b1 100644 --- a/reference/info/functions/phpversion.xml +++ b/reference/info/functions/phpversion.xml @@ -132,7 +132,7 @@ if (PHP_VERSION_ID < 50207) { この情報は、定義済みの定数 PHP_VERSION でも取得可能です。その他のバージョン関連の情報は、定数 - PHP_VERSION_* で取得可能です。 + PHP_*_VERSION で取得可能です。