- 新增 testStrictTypesZeroNotAllowed 测试方法 - 验证 declare(strict_types=0) 不被允许的情况 - 添加对应的测试代码文件 declare-strict-types-zero.php - 确保只有 strict_types=1 被支持的功能测试pull/1/head
parent
31bd1ae256
commit
64e9d76770
2 changed files with 7 additions and 0 deletions
@ -0,0 +1,2 @@ |
||||
<?php |
||||
declare(strict_types=0); |
||||
Loading…
Reference in new issue