You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
韩天峰
58f45fe97a
test(stdlib): 添加标准库函数的全面测试用例
- 添加数组搜索相关函数的测试 (in_array, array_search, array_key_exists, array_keys)
- 添加 base64 编码解码边界情况的测试
- 添加类和接口存在性检查函数的测试 (class_exists, interface_exists, trait_exists 等)
- 添加路径处理函数的边界测试 (dirname, basename)
- 添加类型检查函数的测试 (is_array, is_string, is_object 等)
- 添加数学函数的进制转换和类型检查测试
- 添加数学运算函数的测试 (exp, log, sqrt, 三角函数等)
- 添加字符串大小写转换函数的边界测试
- 添加字符串匹配检查函数的测试 (str_contains, str_starts_with, str_ends_with)
- 添加字符串比较函数的测试 (strlen, strcmp, strcasecmp 等)
- 添加字符串搜索函数的测试 (strstr, strpos, strrpos 等)
- 添加可数和可迭代类型检查的测试
- 添加类型转换函数的测试 (strval, intval, floatval, boolval)
- 添加 URL 编码解码函数的边界测试
|
3 months ago |
| .. |
|
aot
|
test(stdlib): 添加标准库函数的全面测试用例
|
3 months ago |
|
core
|
test(lang): 添加多个语言特性相关的回归测试
|
5 months ago |
|
misc
|
fix(php): 修复数组赋值表达式中的变量检测和返回值处理
|
7 months ago |
|
std
|
test(stdlib): 添加新标准库函数测试用例
|
3 months ago |
|
zend
|
feat(php): 添加类构造函数初始化和清理功能
|
5 months ago |