File tree 1 file changed +19
-0
lines changed
stubs/ext/intl/spoofchecker
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ public function setChecks(int $checks)
44
44
public function setRestrictionLevel (int $ level )
45
45
{
46
46
}
47
+ #endif
48
+ #[\Since('8.4 ' )]
49
+ public function setAllowedChars (string $ pattern , int $ patternOptions = 0 ): void
50
+ {
51
+ }
47
52
/**
48
53
* @var int
49
54
* @cvalue USPOOF_SINGLE_SCRIPT_CONFUSABLE
@@ -200,4 +205,18 @@ public function setRestrictionLevel(int $level)
200
205
/** @cvalue USPOOF_HIDDEN_OVERLAY */
201
206
#[\Since('8.4 ' )]
202
207
public const int HIDDEN_OVERLAY = UNKNOWN ;
208
+ #endif
209
+ /** @cvalue USET_IGNORE_SPACE */
210
+ #[\Since('8.4 ' )]
211
+ public const int IGNORE_SPACE = UNKNOWN ;
212
+ /** @cvalue USET_CASE_INSENSITIVE */
213
+ #[\Since('8.4 ' )]
214
+ public const int CASE_INSENSITIVE = UNKNOWN ;
215
+ /** @cvalue USET_ADD_CASE_MAPPINGS */
216
+ #[\Since('8.4 ' )]
217
+ public const int ADD_CASE_MAPPINGS = UNKNOWN ;
218
+ #if U_ICU_VERSION_MAJOR_NUM >= 73
219
+ /** @cvalue USET_SIMPLE_CASE_INSENSITIVE */
220
+ #[\Since('8.4 ' )]
221
+ public const int SIMPLE_CASE_INSENSITIVE = UNKNOWN ;
203
222
}
You can’t perform that action at this time.
0 commit comments