From d51b8411e26f623649f7002a54da1993ef5b5b5c Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 10 Jun 2026 16:46:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(php):=20=E6=9B=B4=E6=96=B0=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=87=BD=E6=95=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 get_defined_vars 添加到 UNSUPPORTED_FUNCTIONS 数组中 - 保持代码常量定义的一致性 --- src/Php/Constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Php/Constants.php b/src/Php/Constants.php index 5e60c78a..3cffc5a1 100644 --- a/src/Php/Constants.php +++ b/src/Php/Constants.php @@ -64,6 +64,7 @@ class Constants public const array UNSUPPORTED_FUNCTIONS = [ 'extract', + 'get_defined_vars', ]; public const array COMPILER_OPTIONS = [