Lines Matching defs:case
26 /** @var bool case sensitive matching? */
27 protected $case;
32 * @param boolean $case True for case sensitive, false
35 public function __construct($case)
37 $this->case = $case;
107 case PREG_BACKTRACK_LIMIT_ERROR:
110 case PREG_RECURSION_LIMIT_ERROR:
113 case PREG_BAD_UTF8_ERROR:
116 case PREG_INTERNAL_ERROR:
167 case '(':
170 case ')':
176 case '(?':
199 return ($this->case ? "msS" : "msSi");