5.0.0 - 严重 - 已处理
运行环境:php7.3.10 + apache2.4.17
thinkphp6.0 正式版
文件 "\vendor\topthink\think-helper\src\Collection.php"
第518行
return 'desc' == strtolower($order) ? strcmp($fieldB, $fieldA) : strcmp($fieldA, $fieldB);
strcmp 函数参数需要字符串类型,如果给出的参数为数值型则会报出异常。