Changeset 43656 for branches/4.9
- Timestamp:
- 09/24/2018 08:04:56 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/pomo/plural-forms.php
r41723 r43656 208 208 $output[] = array( 'value', intval( substr( $str, $pos, $span ) ) ); 209 209 $pos += $span; 210 continue;210 break; 211 211 } 212 212 -
branches/4.9/tests/phpunit/includes/utils.php
r41289 r43656 441 441 return $i; 442 442 case PREG_BACKTRACK_LIMIT_ERROR: 443 continue;443 break; 444 444 case PREG_RECURSION_LIMIT_ERROR: 445 445 trigger_error('PCRE recursion limit encountered before backtrack limit.');
Note: See TracChangeset
for help on using the changeset viewer.