Home
last modified time | relevance | path

Searched refs:escapes (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug42272.phpt2 Bug #42272 (var_export() incorrectly escapes char(0))
/PHP-7.1/ext/mbstring/tests/
H A Dbug31911.phpt2 Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A DtestinputEBC7 in EBCDIC, but can be specified as escapes. --/
H A DtestoutputEBC7 in EBCDIC, but can be specified as escapes. --/
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c150 static const short int escapes[] = { variable
195 static const short int escapes[] = { variable
1027 else if ((i = escapes[c - CHAR_0]) != 0) in check_escape()
1033 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; } in check_escape()
H A DChangeLog175 When a Unicode property was also in the class (if PCRE_UCP is set, escapes
2643 6. Applied Craig's patch to the QuoteMeta function so that it escapes the
3387 other than 32-126 are always shown as hex escapes.
3593 37. Perl ignores orphaned \E escapes completely. PCRE now does the same.
3736 19. Perl's treatment of octal escapes in the range \400 to \777 has changed
3754 the bottom 8 bits, as in old Perl. I have now made octal escapes with
4386 via the \p, \P, and \X escapes. Unicode property support implies UTF-8
4388 inbuilt class escapes such as \d and \s have NOT been changed.
5133 (iv) The character escapes \b, \B, \d, \D, \s, \S, \w, and \W (either
5157 55. Unknown escapes inside character classes (e.g. [\M]) and escapes that
[all …]
H A DNEWS605 1. Support for Perl's \Q...\E escapes.
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt993 ters. If you want to be able to use the pattern escapes \P, \p, and \X,
2627 than 256. By default, higher-valued code points never match escapes
3297 is a valid newline sequence and explicit \r or \n escapes appear in the
5004 code environment, these escapes are as follows:
5037 Thus, apart from \?, these escapes generate the same character code
5232 The upper case escapes match the inverse sets of characters. Note that
6714 hind. The \X and \R escapes, which can match different numbers of data
8258 6. The character escapes \b, \B, \d, \D, \s, \S, \w, and \W correctly
8268 character escapes work is changed so that Unicode properties are used
8275 8. However, the horizontal and vertical white space matching escapes
[all …]
/PHP-7.1/build/
H A Dlibtool.m44025 # without removal of \ escapes.

Completed in 84 milliseconds