Home
last modified time | relevance | path

Searched refs:brackets (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/ext/standard/tests/strings/
H A Dbug27457.phpt5 $test = "Dot in brackets [.]\n";
17 Dot in brackets [.]
18 Dot in brackets [0]
19 Dot in brackets [.]
20 Dot in brackets [0]
21 Dot in brackets [.]
H A Ducwords_variation3.phpt22 // brackets in sentence
H A Ducwords_variation4.phpt22 // brackets in sentence
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING350 A pair of non-capturing (round) brackets is wrapped round each expression at
351 compile time, so alternation always happens in the context of brackets.
357 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99
358 capturing brackets and it used a different opcode for each one. From release
360 higher-numbered brackets. From release 7.0 all capturing brackets are handled
366 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
400 Possessive brackets
457 automatically wrapped inside OP_ONCE brackets (because otherwise some patterns
H A DChangeLog22 atomic brackets at the start of a pattern, or where there was a subsequent
51 9. Improve the matching speed of capturing brackets.
798 unescaped square brackets may also appear as part of class names. For
2050 brackets there is not right, since it causes compilers to look for an
2670 removed the limit on the number of capturing brackets for 3.5 back in 2001.
3928 there was a subsequent back reference to those brackets. This meant that, for
3931 optimization if .* occurs inside capturing brackets when there are any back
4028 numbers 1-31 so that if .* occurs inside capturing brackets that are not in
4031 the match to follow \n) will appear inside brackets with a number greater than
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c323 int brackets = 1; /* brackets nesting level */ in pcre_get_compiled_regex_cache() local
327 else if (*pp == end_delimiter && --brackets <= 0) in pcre_get_compiled_regex_cache()
330 brackets++; in pcre_get_compiled_regex_cache()
/PHP-5.3/ext/ereg/regex/
H A Dtests249 # brackets, and numerous perversions thereof
323 # fish for problems as brackets go past 8
/PHP-5.3/
H A DREADME.TESTING101 generated use the character in brackets as shown above (default is LEOD).
H A DINSTALL1633 [php] ; section markers (text within square brackets) are also ignored
H A DNEWS4019 - Fixed missing brackets leading to build warning and error in the log.
5702 square brackets). (Mike)
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure139 Options: [defaults in brackets after descriptions]
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt4641 nized anywhere in the pattern except within square brackets, and those
4642 that are recognized within square brackets. Outside square brackets,
4661 Part of a pattern that is in square brackets is called a "character
4860 name or a number enclosed either in angle brackets or single quotes, is
5067 the absence of negation, the curly brackets in the escape sequence are
5526 enclosed by [: and :] within the enclosing square brackets. PCRE also
5661 Subpatterns are delimited by parentheses (round brackets), which can be
5845 ber of permitted matches, by giving the two numbers in curly brackets
6670 brackets (that is, when recursing), whereas any characters are permit-
6816 name or a number enclosed either in angle brackets or single quotes, is
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput2596 (?>[^()]+) # Either a sequence of non-brackets (no backtracking)
H A Dtestoutput21654 (?>[^()]+) # Either a sequence of non-brackets (no backtracking)
/PHP-5.3/win32/
H A Dinstall.txt1435 [php] ; section markers (text within square brackets) are also ignored

Completed in 115 milliseconds