Changeset 43653
- Timestamp:
- 09/23/2018 10:49:02 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/plural-forms.php
r42343 r43653 208 208 $output[] = array( 'value', intval( substr( $str, $pos, $span ) ) ); 209 209 $pos += $span; 210 continue;210 break; 211 211 } 212 212 -
trunk/tests/phpunit/includes/utils.php
r43571 r43653 499 499 return $i; 500 500 case PREG_BACKTRACK_LIMIT_ERROR: 501 continue;501 break; 502 502 case PREG_RECURSION_LIMIT_ERROR: 503 503 trigger_error( 'PCRE recursion limit encountered before backtrack limit.' );
Note: See TracChangeset
for help on using the changeset viewer.