- Timestamp:
- 12/02/08 22:11:50 (2 years ago)
- Files:
-
- fException.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fException.php
r399 r417 Hide Line Numbers 165 165 { 166 166 $args = array_slice(func_get_args(), 1); 167 $required_args = preg_match_all('# %(\d+\$)?[\-+]?( |0|\'.)?-?\d*(\.\d+)?[%bcdeufFosxX]#', $message, $matches);167 $required_args = preg_match_all('#(?<!%)%(\d+\$)?[\-+]?( |0|\'.)?-?\d*(\.\d+)?[bcdeufFosxX]#', $message, $matches); 168 168 169 169 $code = NULL;
