Home
last modified time | relevance | path

Searched refs:bracket (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/xml/tests/
H A Dbug26528.phpt9 $sample = "<?xml version=\"1.0\"?><test attr=\"angle&lt;bracket\"/>";
28 string(13) "angle<bracket"
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c850 p->next = bracket;
851 p->end = bracket+2;
852 bracket[0] = ch;
853 bracket[1] = ']';
854 bracket[2] = '\0';
895 p->next = bracket;
896 p->end = bracket+3;
897 bracket[0] = '^';
898 bracket[1] = '\n';
899 bracket[2] = ']';
[all …]
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE134 POSIX bracket ([:xxxxx:], negate [:^xxxxx:])
371 + negative POSIX bracket [:^xxxx:] is supported.
372 + POSIX bracket [:ascii:] is added.
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING353 [Note for North Americans: "bracket" to some English speakers, including
359 3.5, the limit was removed by putting the bracket number into the data for
363 A bracket opcode is followed by LINK_SIZE bytes which give the offset to the
366 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
373 the matching bracket opcode.
455 OP_RECURSE is followed by an value which is the offset to the starting bracket
H A DChangeLog502 Perl has bugs and confusions, a closing square bracket is no longer allowed
2163 22. A repeated capturing bracket such as (A)? could cause a wild memory
2669 capturing bracket numbers. This is a tidy that I avoided doing when I
/PHP-5.3/Zend/
H A Dzend_language_scanner.l1512 YYCTYPE *bracket = zend_memrchr(yytext, '<', yyleng - (sizeof("script language=php>") - 1)); in lex_scan() local
1514 if (bracket != SCNG(yy_text)) { in lex_scan()
1516 YYCURSOR = bracket; in lex_scan()
H A Dzend_language_scanner.c1262 YYCTYPE *bracket = zend_memrchr(yytext, '<', yyleng - (sizeof("script language=php>") - 1)); in lex_scan() local
1264 if (bracket != SCNG(yy_text)) { in lex_scan()
1266 YYCURSOR = bracket; in lex_scan()
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY1354 2003/06/12: [spec] invalid POSIX bracket should be error. ex. [[:upper :]]
1374 2003/05/27: [spec] should not warn for right bracket at beginning of pattern.
1796 2002/02/27: [spec] undefined POSIX bracket /[[:xyz:]]/ should be syntax error.
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2162 (1) A lone closing square bracket in a pattern causes a compile-time
5420 An opening square bracket introduces a character class, terminated by a
5421 closing square bracket. A closing square bracket on its own is not spe-
5423 a lone closing square bracket causes a compile-time error. If a closing
5424 square bracket is required as a member of the class, it should be the
5517 range), circumflex (only at the start), opening square bracket (only
5519 next section), and the terminating closing square bracket. However,
5863 matches exactly 8 digits. An opening curly bracket that appears in a
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput2595 (?: # Non-capturing bracket
H A Dtestoutput21653 (?: # Non-capturing bracket

Completed in 122 milliseconds