- Timestamp:
- 09/26/08 16:18:33 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/statement/HermitStatementBuilder.php
r19902 r19954 5 5 */ 6 6 abstract class HermitStatementBuilder { 7 const REGEX = '/(\/\*( \w+)\*\/)((\'|")(\w+)(\'|"))?/m';7 const REGEX = '/(\/\*([^\*\/]*)\*\/)(\w+|((\'|")([^(\'|")]*)(\'|")))?/m'; 8 8 public static function prepare(PDO $pdo, ReflectionMethod $method, $sql){ 9 9 $parameterType = self::createParameterType($method); … … 43 43 } 44 44 } 45
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)