Searched refs:isUtf8 (Results 1 – 5 of 5) sorted by relevance
35 protected static function isUtf8($string) function in PHPUnit_Util_String
926 ->boolean(LUT::isUtf8($Σ))932 ->boolean(LUT::isUtf8($Σ))934 ->boolean(LUT::isUtf8($uΣ))
104 } elseif (!Clean::isUtf8($user)) {
137 Some static methods are helpful, such as `fromCode`, `toCode` or `isUtf8` on144 Hoa\Ustring\Ustring::isUtf8('Ʃ') // bool(true)
1028 public static function isUtf8($string) function in Hoa\\Ustring\\Ustring