Home
last modified time | relevance | path

Searched refs:isUtf8 (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DString.php35 protected static function isUtf8($string) function in PHPUnit_Util_String
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php926 ->boolean(LUT::isUtf8($Σ))
932 ->boolean(LUT::isUtf8($Σ))
934 ->boolean(LUT::isUtf8($uΣ))
/plugin/pureldap/classes/
H A DClient.php104 } elseif (!Clean::isUtf8($user)) {
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md137 Some static methods are helpful, such as `fromCode`, `toCode` or `isUtf8` on
144 Hoa\Ustring\Ustring::isUtf8('Ʃ') // bool(true)
H A DUstring.php1028 public static function isUtf8($string) function in Hoa\\Ustring\\Ustring