From c25aab26c3082067549e8e69e3f442af2aa8a4b4 Mon Sep 17 00:00:00 2001 From: rango Date: Wed, 10 Jun 2026 19:43:23 +0800 Subject: [PATCH] =?UTF-8?q?docs(constants):=20=E6=9B=B4=E6=96=B0PHP?= =?UTF-8?q?=E5=B8=B8=E9=87=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加了错误代码4574的中文描述信息 - 完善了预处理器指令相关的错误提示内容 --- src/Php/Constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Php/Constants.php b/src/Php/Constants.php index 3cffc5a1..cd0a505c 100644 --- a/src/Php/Constants.php +++ b/src/Php/Constants.php @@ -195,5 +195,6 @@ class Constants '4388' => '有符号/无符号不匹配', '4623' => '已将默认构造函数隐式定义为“已删除”', '4611' => '_setjmp 和 C++ 对象析构之间的交互是不可移植的', + '4574' => '使用了 #if 预处理器指令去检查一个被定义为 0 或 1 的宏', ]; }