Home
last modified time | relevance | path

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

/PHP-7.1/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 Dhebrev_variation1.phpt74 // text with brackets
78 // text with curly brackets
H A Ducwords_variation3.phpt22 // brackets in sentence
H A Ducwords_variation4.phpt22 // brackets in sentence
/PHP-7.1/ext/standard/tests/file/
H A Dbug69628.phpt2 Bug #69628: GLOB_BRACE with multiple brackets within the braces fails
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING395 A pair of non-capturing round brackets is wrapped round each expression at
396 compile time, so alternation always happens in the context of brackets.
402 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99
403 capturing brackets and it used a different opcode for each one. From release
405 higher-numbered brackets. From release 7.0 all capturing brackets are handled
411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
446 Possessive brackets
460 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets
512 automatically wrapped inside OP_ONCE brackets, because otherwise some patterns
H A DChangeLog704 generated) now use special opcodes instead of wrapping in ONCE brackets.
811 (a) Unoptimized capturing brackets incorrectly reset on backtrack.
958 atomic brackets at the start of a pattern, or where there was a subsequent
987 9. Improve the matching speed of capturing brackets.
1734 unescaped square brackets may also appear as part of class names. For
2987 brackets there is not right, since it causes compilers to look for an
3607 removed the limit on the number of capturing brackets for 3.5 back in 2001.
4865 there was a subsequent back reference to those brackets. This meant that, for
4868 optimization if .* occurs inside capturing brackets when there are any back
4965 numbers 1-31 so that if .* occurs inside capturing brackets that are not in
[all …]
/PHP-7.1/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt182 boilerplate notice, with the fields enclosed by brackets "[]"
184 the brackets!) The text should be enclosed in the appropriate
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c418 int brackets = 1; /* brackets nesting level */ in pcre_get_compiled_regex_cache() local
421 else if (*pp == end_delimiter && --brackets <= 0) in pcre_get_compiled_regex_cache()
424 brackets++; in pcre_get_compiled_regex_cache()
/PHP-7.1/
H A DREADME.TESTING101 generated use the character in brackets as shown above (default is LEOD).
H A DINSTALL1429 [php] ; section markers (text within square brackets) are also ignored
/PHP-7.1/ext/bcmath/libbcmath/
H A Dconfigure139 Options: [defaults in brackets after descriptions]
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt4919 nized anywhere in the pattern except within square brackets, and those
4920 that are recognized within square brackets. Outside square brackets,
4939 Part of a pattern that is in square brackets is called a "character
5166 name or a number enclosed either in angle brackets or single quotes, is
5382 the absence of negation, the curly brackets in the escape sequence are
5864 enclosed by [: and :] within the enclosing square brackets. PCRE also
6043 Subpatterns are delimited by parentheses (round brackets), which can be
6237 ber of permitted matches, by giving the two numbers in curly brackets
7058 brackets (that is, when recursing), whereas any characters are permit-
7204 name or a number enclosed either in angle brackets or single quotes, is
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput2592 (?>[^()]+) # Either a sequence of non-brackets (no backtracking)
H A Dtestoutput21654 (?>[^()]+) # Either a sequence of non-brackets (no backtracking)
/PHP-7.1/win32/
H A Dinstall.txt1285 [php] ; section markers (text within square brackets) are also ignored

Completed in 99 milliseconds