Changeset 23504
- Timestamp:
- 11/02/09 09:29:29 (4 years ago)
- Files:
-
- components/yaml/trunk/lib/sfYamlParser.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
components/yaml/trunk/lib/sfYamlParser.php
r22405 r23504 10 10 11 11 require_once(dirname(__FILE__).'/sfYamlInline.php'); 12 13 if (!defined('PREG_BAD_UTF8_OFFSET_ERROR')) 14 { 15 define('PREG_BAD_UTF8_OFFSET_ERROR', 5); 16 } 12 17 13 18 /**