Kohana v3.3.2
This commit is contained in:
@@ -27,4 +27,4 @@ function _strcspn($str, $mask, $offset = NULL, $length = NULL)
|
||||
preg_match('/^[^'.$mask.']+/u', $str, $matches);
|
||||
|
||||
return isset($matches[0]) ? UTF8::strlen($matches[0]) : 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user