= 58 /** * @var int * @cvalue USPOOF_ASCII */ public const ASCII = UNKNOWN; /** * @var int * @cvalue USPOOF_HIGHLY_RESTRICTIVE */ public const HIGHLY_RESTRICTIVE = UNKNOWN; /** * @var int * @cvalue USPOOF_MODERATELY_RESTRICTIVE */ public const MODERATELY_RESTRICTIVE = UNKNOWN; /** * @var int * @cvalue USPOOF_MINIMALLY_RESTRICTIVE */ public const MINIMALLY_RESTRICTIVE = UNKNOWN; /** * @var int * @cvalue USPOOF_UNRESTRICTIVE */ public const UNRESTRICTIVE = UNKNOWN; /** * @var int * @cvalue USPOOF_SINGLE_SCRIPT_RESTRICTIVE */ public const SINGLE_SCRIPT_RESTRICTIVE = UNKNOWN; #endif public function __construct() {} /** * @param int $errorCode * @tentative-return-type */ public function isSuspicious(string $string, &$errorCode = null): bool {} /** * @param int $errorCode * @tentative-return-type */ public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {} /** @tentative-return-type */ public function setAllowedLocales(string $locales): void {} /** @tentative-return-type */ public function setChecks(int $checks): void {} #if U_ICU_VERSION_MAJOR_NUM >= 58 /** @tentative-return-type */ public function setRestrictionLevel(int $level): void {} #endif }