Home
last modified time | relevance | path

Searched refs:PRIV (Results 26 – 30 of 30) sorted by path

12

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_tables.c73 const uint32_t PRIV(callout_start_delims)[] = {
78 const uint32_t PRIV(callout_end_delims[]) = {
100 const int PRIV(utf8_table1)[] =
103 const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int);
114 const uint8_t PRIV(utf8_table4)[] = {
127 const uint32_t PRIV(ucp_gentype)[] = {
185 const uint32_t PRIV(ucp_gbtable)[] = {
213 const int PRIV(ucp_typerange)[] = {
443 const char PRIV(utt_names)[] =
646 const ucp_type_table PRIV(utt)[] = {
[all …]
H A Dpcre2_ucd.c36 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0,0,0 }};
37 const uint16_t PRIV(ucd_stage1)[] = {0};
38 const uint16_t PRIV(ucd_stage2)[] = {0};
39 const uint32_t PRIV(ucd_caseless_sets)[] = {0};
42 const char *PRIV(unicode_version) = "13.0.0";
49 const ucd_record PRIV(dummy_ucd_record)[] = {{
78 const uint32_t PRIV(ucd_caseless_sets)[] = {
118 const uint32_t PRIV(ucd_digit_sets)[] = {
134 const uint8_t PRIV(ucd_script_sets)[] = {
1173 const uint16_t PRIV(ucd_stage1)[] = { /* 17408 bytes */
[all …]
H A Dpcre2_valid_utf.c63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() function
94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() function
155 ab = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes (1-5) */ in PRIV()
H A Dpcre2_xclass.c69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV() function
151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
224 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
237 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt40 private const PRIV = "keepOut";
46 reflectClassConstant("TestClass", "PRIV");
47 reflectClassConstant($instance, "PRIV");
129 Reflecting on class constant TestClass::PRIV
132 string(45) "Constant [ private string PRIV ] { keepOut }
137 string(45) "Constant [ private string PRIV ] { keepOut }
142 Constant [ private string PRIV ] { keepOut }
146 string(4) "PRIV"
167 Reflecting on class constant TestClass::PRIV
180 Constant [ private string PRIV ] { keepOut }
[all …]

Completed in 28 milliseconds

12