Changeset 43746
- Timestamp:
- 10/18/2018 03:41:46 AM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-includes/pomo/plural-forms.php
r41723 r43746 208 208 $output[] = array( 'value', intval( substr( $str, $pos, $span ) ) ); 209 209 $pos += $span; 210 continue;210 break; 211 211 } 212 212 -
branches/5.0/tests/phpunit/includes/utils.php
r41289 r43746 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.