Closed dallaslu closed 4 months ago
fix: error PHP message: PHP Fatal error: Uncaught TypeError: strcasecmp(): Argument #1 ($string1) must be of type string
PHP message: PHP Fatal error: Uncaught TypeError: strcasecmp(): Argument #1 ($string1) must be of type string
There is is_array($value) in default case, so, it needs is_string to detect.
is_array($value)
is_string
This one is also good to merge, if you can release it (or the other PR) under the AGPLv3.
Thanks again 🙂
fix: error
PHP message: PHP Fatal error: Uncaught TypeError: strcasecmp(): Argument #1 ($string1) must be of type string
There is
is_array($value)
in default case, so, it needsis_string
to detect.