Open
Description
The MBString polyfill supports PHP >= 7.2 but it makes use of the ValueError
exception class, which was only introduced in PHP 8.
In a lot of instances, there is a version check before it is used, and in these cases there is no problem.
However, there are three unguarded locations that refer to the class, which will result in fatal errors on PHP 7:
polyfill/src/Mbstring/Mbstring.php
Lines 837 to 841 in 731f6e1
polyfill/src/Mbstring/Mbstring.php
Lines 849 to 851 in 731f6e1
polyfill/src/Mbstring/Mbstring.php
Lines 1040 to 1043 in 731f6e1