Searched refs:VT (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeARM_64.c | 57 #define VT(vt) (vt) macro 1565 return push_inst(compiler, STR_FR | ins_bits | VT(reg) in emit_fop_mem() 1576 return push_inst(compiler, STR_FI | ins_bits | VT(reg) | RN(arg) | (argw << (10 - shift))); in emit_fop_mem() 1579 return push_inst(compiler, STUR_FI | ins_bits | VT(reg) | RN(arg) | ((argw & 0x1ff) << 12)); in emit_fop_mem() 1585 return push_inst(compiler, STUR_FI | ins_bits | VT(reg) | RN(TMP_REG3) | ((diff & 0x1ff) << 12)); in emit_fop_mem() 1599 return push_inst(compiler, STR_FR | ins_bits | VT(reg) | RN(arg) | RM(TMP_REG3)); in emit_fop_mem() 1600 return push_inst(compiler, STR_FI | ins_bits | VT(reg) | RN(TMP_REG3)); in emit_fop_mem()
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | NEWS | 55 . The character VT has been added to the set of characters that match \s and
|
H A D | ChangeLog | 411 13. When a pattern starting with \s was studied, VT was not included in the 653 18. The character VT has been added to the default ("C" locale) set of 656 "Perl space" and "POSIX space". Whether VT is treated as white space in 1847 3. If \s appeared in a character class, it removed the VT character from 1849 in [\x00-\xff\s]. (This was a bug related to the fact that VT is not part 3763 21. PCRE has not included VT (character 0x0b) in the set of whitespace 3767 pcre_study() and all its branches started with \s, PCRE still included VT 4757 4. From 5.004, Perl has not included the VT character (0x0b) in the set defined 4760 class [:space:] *does* include VT, thereby creating a mess.
|
/PHP-7.1/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1842 are the three just mentioned, plus the single characters VT (vertical 2190 White space did not used to include the VT character (code 11), because 2192 at release 5.18, so PCRE followed at release 8.34, and VT is now 2308 three just mentioned, plus the single characters VT (vertical tab, 5200 For compatibility with Perl, \s did not used to match the VT character 5202 However, Perl added VT at release 5.18, and PCRE followed suit at 5203 release 8.34. The default \s characters are now HT (9), LF (10), VT 5207 character (\xA0) is recognized as white space, and in others the VT 5267 U+000B Vertical tab (VT) 7796 Xps POSIX space: property Z or tab, NL, VT, FF, CR [all …]
|
Completed in 70 milliseconds