php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
spoofchecker.stub.php
Go to the documentation of this file.
1<?php
2
4
7{
9 public const int SINGLE_SCRIPT_CONFUSABLE = UNKNOWN;
11 public const int MIXED_SCRIPT_CONFUSABLE = UNKNOWN;
13 public const int WHOLE_SCRIPT_CONFUSABLE = UNKNOWN;
15 public const int ANY_CASE = UNKNOWN;
17 public const int SINGLE_SCRIPT = UNKNOWN;
19 public const int INVISIBLE = UNKNOWN;
21 public const int CHAR_LIMIT = UNKNOWN;
22#if U_ICU_VERSION_MAJOR_NUM >= 58
24 public const int ASCII = UNKNOWN;
26 public const int HIGHLY_RESTRICTIVE = UNKNOWN;
28 public const int MODERATELY_RESTRICTIVE = UNKNOWN;
30 public const int MINIMALLY_RESTRICTIVE = UNKNOWN;
32 public const int UNRESTRICTIVE = UNKNOWN;
34 public const int SINGLE_SCRIPT_RESTRICTIVE = UNKNOWN;
36 public const int MIXED_NUMBERS = UNKNOWN;
37#endif
38#if U_ICU_VERSION_MAJOR_NUM >= 62
40 public const int HIDDEN_OVERLAY = UNKNOWN;
41#endif
42
44 public const int IGNORE_SPACE = UNKNOWN;
46 public const int CASE_INSENSITIVE = UNKNOWN;
48 public const int ADD_CASE_MAPPINGS = UNKNOWN;
49#if U_ICU_VERSION_MAJOR_NUM >= 73
51 public const int SIMPLE_CASE_INSENSITIVE = UNKNOWN;
52#endif
53
54 public function __construct() {}
55
60 public function isSuspicious(string $string, &$errorCode = null): bool {}
61
66 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
67
69 public function setAllowedLocales(string $locales): void {}
70
72 public function setChecks(int $checks): void {}
73
74#if U_ICU_VERSION_MAJOR_NUM >= 58
76 public function setRestrictionLevel(int $level): void {}
77#endif
78 public function setAllowedChars(string $pattern, int $patternOptions = 0): void {}
79}
const int MODERATELY_RESTRICTIVE
const int MIXED_NUMBERS
const int SIMPLE_CASE_INSENSITIVE
const int IGNORE_SPACE
const int UNRESTRICTIVE
setRestrictionLevel(int $level)
setAllowedChars(string $pattern, int $patternOptions=0)
const int HIDDEN_OVERLAY
setAllowedLocales(string $locales)
const int SINGLE_SCRIPT_CONFUSABLE
const int SINGLE_SCRIPT
const int MIXED_SCRIPT_CONFUSABLE
const int ADD_CASE_MAPPINGS
const int WHOLE_SCRIPT_CONFUSABLE
setChecks(int $checks)
areConfusable(string $string1, string $string2, &$errorCode=null)
const int HIGHLY_RESTRICTIVE
isSuspicious(string $string, &$errorCode=null)
const int CASE_INSENSITIVE
const int SINGLE_SCRIPT_RESTRICTIVE
const int MINIMALLY_RESTRICTIVE
foreach($dp as $el) foreach( $dp as $el) if( $pass2< 2) echo ""
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))