Please repair your annotations.

I see in your source code like this:
* @return int < 0 if <i>str1</i> is less than*/
function strncmp ($str1, $str2, $len) {}
but it is compiled to this:

Then PHPStorm notified incompatible type "int<"
It on many functions.