Home
last modified time | relevance | path

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

/PHP-5.5/ext/xml/tests/
H A Dbug26528.phpt9 $sample = "<?xml version=\"1.0\"?><test attr=\"angle&lt;bracket\"/>";
28 string(13) "angle<bracket"
/PHP-5.5/tests/lang/
H A Darray_shortcut_001.phpt2 Square bracket array shortcut test
H A Darray_shortcut_003.phpt2 Testing array shortcut and bracket operator
H A Darray_shortcut_002.phpt2 Square bracket associative array shortcut test
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c858 p->next = bracket;
859 p->end = bracket+2;
860 bracket[0] = ch;
861 bracket[1] = ']';
862 bracket[2] = '\0';
903 p->next = bracket;
904 p->end = bracket+3;
905 bracket[0] = '^';
906 bracket[1] = '\n';
907 bracket[2] = ']';
[all …]
/PHP-5.5/ext/snmp/tests/
H A Dipv6.phpt28 Warning: snmpget(): malformed IPv6 address, closing square bracket missing in %s on line %d
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE162 POSIX bracket ([:xxxxx:], negate [:^xxxxx:])
406 + negative POSIX bracket [:^xxxx:] is supported.
407 + POSIX bracket [:ascii:] is added.
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING398 [Note for North Americans: "bracket" to some English speakers, including
404 3.5, the limit was removed by putting the bracket number into the data for
408 A bracket opcode is followed by LINK_SIZE bytes which give the offset to the
411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
418 bracket opcode.
511 bracket from the start of the whole pattern. From release 6.5, OP_RECURSE is
H A DChangeLog493 bracket.
1438 Perl has bugs and confusions, a closing square bracket is no longer allowed
3100 22. A repeated capturing bracket such as (A)? could cause a wild memory
3606 capturing bracket numbers. This is a tidy that I avoided doing when I
/PHP-5.5/Zend/
H A Dzend_language_scanner.l1733 …YYCTYPE *bracket = (YYCTYPE*)zend_memrchr(yytext, '<', yyleng - (sizeof("script language=php>") - …
1735 if (bracket != SCNG(yy_text)) {
1737 YYCURSOR = bracket;
H A Dzend_language_scanner.c1405 …YYCTYPE *bracket = (YYCTYPE*)zend_memrchr(yytext, '<', yyleng - (sizeof("script language=php>") - … in lex_scan() local
1407 if (bracket != SCNG(yy_text)) { in lex_scan()
1409 YYCURSOR = bracket; in lex_scan()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY209 add [:word:] POSIX bracket.
1559 2003/06/12: [spec] invalid POSIX bracket should be error. ex. [[:upper :]]
1579 2003/05/27: [spec] should not warn for right bracket at beginning of pattern.
2001 2002/02/27: [spec] undefined POSIX bracket /[[:xyz:]]/ should be syntax error.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2238 (1) A lone closing square bracket in a pattern causes a compile-time
5750 An opening square bracket introduces a character class, terminated by a
5751 closing square bracket. A closing square bracket on its own is not spe-
5753 a lone closing square bracket causes a compile-time error. If a closing
5754 square bracket is required as a member of the class, it should be the
5854 range), circumflex (only at the start), opening square bracket (only
5857 terminating closing square bracket. However, escaping other non-
6255 matches exactly 8 digits. An opening curly bracket that appears in a
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput2591 (?: # Non-capturing bracket
H A Dtestoutput21653 (?: # Non-capturing bracket

Completed in 159 milliseconds