Lines Matching defs:strict
16 * If $strict is set to true the function returns false if the input
32 * @param boolean $strict Check for invalid sequences?
35 public static function fromUtf8($str, $strict = false)
93 } elseif ($strict) {
131 if ($strict) {
152 } elseif ($strict) {
175 * If $strict is set to true the function returns false if the input
184 * @param boolean $strict Check for invalid sequences?
194 public static function toUtf8($arr, $strict = false)
213 if ($strict) {
232 } elseif ($strict) {