Changeset 47737 for trunk/src/wp-includes/ID3/getid3.lib.php
- Timestamp:
- 05/01/2020 08:10:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/getid3.lib.php
r47601 r47737 115 115 } 116 116 // if integers are 64-bit - no other check required 117 if ($hasINT64 || (($num <= PHP_INT_MAX) && ($num >= PHP_INT_MIN))) { 117 if ($hasINT64 || (($num <= PHP_INT_MAX) && ($num >= PHP_INT_MIN))) { // phpcs:ignore PHPCompatibility.Constants.NewConstants.php_int_minFound 118 118 return true; 119 119 }
Note: See TracChangeset
for help on using the changeset viewer.