refactor(php): 更新不支持函数列表

- 将 get_defined_vars 添加到 UNSUPPORTED_FUNCTIONS 数组中
- 保持代码常量定义的一致性
pull/1/head
韩天峰 3 months ago
parent 9b1477e13b
commit d51b8411e2
  1. 1
      src/Php/Constants.php

@ -64,6 +64,7 @@ class Constants
public const array UNSUPPORTED_FUNCTIONS = [
'extract',
'get_defined_vars',
];
public const array COMPILER_OPTIONS = [

Loading…
Cancel
Save