Changeset 51591 for trunk/src/wp-includes/sodium_compat/src/Core/Util.php
- Timestamp:
- 08/10/2021 01:03:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core/Util.php
r51002 r51591 288 288 289 289 /** 290 * Catch hash_update() failures and throw instead of silently proce ding290 * Catch hash_update() failures and throw instead of silently proceeding 291 291 * 292 292 * @param HashContext|resource &$hs … … 587 587 $b >>= 1; 588 588 } 589 $c = (int) @($c & -1); 589 590 590 591 /** … … 930 931 931 932 if ($mbstring === null) { 933 if (!defined('MB_OVERLOAD_STRING')) { 934 $mbstring = false; 935 return $mbstring; 936 } 932 937 $mbstring = extension_loaded('mbstring') 933 938 && defined('MB_OVERLOAD_STRING')
Note: See TracChangeset
for help on using the changeset viewer.