Home
last modified time | relevance | path

Searched refs:R (Results 101 – 125 of 156) sorted by relevance

1234567

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput11139 /.((?2)(?R)\1)()/B
H A Dtestoutput16105 /\R/SI
H A Dtestoutput18-16345 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
721 /\R*A/SI8<bsr_unicode>
770 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
857 /\R/SI8
H A Dtestoutput18-32343 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
718 /\R*A/SI8<bsr_unicode>
767 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
854 /\R/SI8
H A Dtestoutput72155 /\D+\X \d+\X \S+\X \s+\X \W+\X \w+\X \C+\X \R+\X \H+\X \h+\X \V+\X \v+\X a+\X \n+\X .+\X/BZx
2172 \R+
2210 /\X+\D \X+\d \X+\S \X+\s \X+\W \X+\w \X+. \X+\C \X+\R \X+\H \X+\h \X+\V \X+\v \X+\X \X+\Z \X+\z \X+…
2230 \R
2269 [R-Tr-t\x{17f}]++
2274 /[R-T]+/8iWBZ
2277 [R-Tr-t\x{17f}]++
H A Dtestinput7822 /\D+\X \d+\X \S+\X \s+\X \W+\X \w+\X \C+\X \R+\X \H+\X \h+\X \V+\X \v+\X a+\X \n+\X .+\X/BZx
828 /\X+\D \X+\d \X+\S \X+\s \X+\W \X+\w \X+. \X+\C \X+\R \X+\H \X+\h \X+\V \X+\v \X+\X \X+\Z \X+\z \X+…
834 /[R-T]+/8iWBZ
H A Dtestoutput14365 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
417 /\R/SI
H A Dtestinput15318 /\R/SI8
H A Dtestoutput17232 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
375 /\R+/SI<bsr_unicode>
H A Dtestoutput15487 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
889 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
971 /\R/SI8
/PHP-5.5/ext/standard/html_tables/mappings/
H A DCP1251.TXT101 0x52 0x0052 #LATIN CAPITAL LETTER R
133 0x72 0x0072 #LATIN SMALL LETTER R
H A D8859-5.TXT130 0x52 0x0052 # LATIN CAPITAL LETTER R
162 0x72 0x0072 # LATIN SMALL LETTER R
H A DCP1252.TXT101 0x52 0x0052 #LATIN CAPITAL LETTER R
133 0x72 0x0072 #LATIN SMALL LETTER R
H A DCP866.TXT100 0x52 0x0052 #LATIN CAPITAL LETTER R
132 0x72 0x0072 #LATIN SMALL LETTER R
H A D8859-1.TXT130 0x52 0x0052 # LATIN CAPITAL LETTER R
162 0x72 0x0072 # LATIN SMALL LETTER R
H A D8859-15.TXT129 0x52 0x0052 # LATIN CAPITAL LETTER R
161 0x72 0x0072 # LATIN SMALL LETTER R
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_koi8-r.phpt2 Translation of HTML entities for encoding KOI8-R
138 $res = html_entity_decode($ent, ENT_QUOTES, 'KOI8-R');
143 $res = html_entity_decode($ent, ENT_QUOTES, 'KOI8-R');
/PHP-5.5/
H A Dconfig.guess1198 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1235 SX-8R:SUPER-UX:*:*)
H A DCODING_STANDARDS198 2. Use K&R-style. Of course, we can't and don't want to
201 of PHP or one of its standard modules, please maintain the K&R
/PHP-5.5/ext/hash/
H A Dhash_whirlpool.c78 for (r = 1; r <= R; r++) { in WhirlpoolTransform()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog12 subroutine call, for example /.((?2)(?R)\1)()/, pcre2_compile() failed to
39 numbers, for example: /(?J:(?|(?'R')(\k'R')|((?'R'))))/. This has been
82 for example, /(?(R))*+/, was incorrectly compiled.
503 but [R-T] was not.
1190 25. \s*\R was auto-possessifying the \s* when it should not, whereas \S*\R
1588 behaviour of \R* different to (\R)*, which also seems wrong. The behaviour
1647 18. If a pattern containing \R was studied, it was assumed that \R always
1649 incorrectly computed because \R can also match just one byte.
1750 41. A pattern such as /(?(R)a+|(?R)b)/ is quite safe, as the recursion can
3885 atomic groups. Thus, for example, (?R) is treated as if it were (?>(?R)).
[all …]
H A DNEWS333 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
441 3. The \R escape matches a single Unicode newline sequence as a single unit.
480 example, (?R) is treated as if it were (?>(?R)). This is necessary because
/PHP-5.5/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt78 'KOI8-R'); /*56*/
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re485 if (var_hash && cursor[0] != 'R') {
495 "R:" iv ";" {
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in420 ; %R: remote IP address
430 ; Default: "%R - %u %t \"%m %r\" %s"
431 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"

Completed in 106 milliseconds

1234567