wp-includes/ID3/getid3.lib.php:120$numintbool public static function intValueSupported($num) { // really should be <= and >= but trying "(int)9.2233720368548E+18" results in PHP warning "The float 9.2233720368548E+18 is not representable as an int, cast occurred" return (($num < PHP_INT_MAX) && ($num > PHP_INT_MIN)); }Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/ID3/getid3.lib.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.