Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/tests/strings/
H A Dhebrev_variation1.phpt75 'text with bracket [',
76 'text with bracket ]',
79 'text with curly bracket {',
80 'text with curly bracket }',
167 string(19) "] text with bracket"
169 string(19) "[ text with bracket"
171 string(25) "} text with curly bracket"
173 string(25) "{ text with curly bracket"
/PHP-5.6/ext/xml/tests/
H A Dbug26528.phpt9 $sample = "<?xml version=\"1.0\"?><test attr=\"angle&lt;bracket\"/>";
28 string(13) "angle<bracket"
/PHP-5.6/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.6/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.6/ext/snmp/tests/
H A Dipv6.phpt28 Warning: snmpget(): malformed IPv6 address, closing square bracket missing in %s on line %d
/PHP-5.6/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.6/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.6/Zend/
H A Dzend_language_scanner.l1687 …YYCTYPE *bracket = (YYCTYPE*)zend_memrchr(yytext, '<', yyleng - (sizeof("script language=php>") - …
1689 if (bracket != SCNG(yy_text)) {
1691 YYCURSOR = bracket;
H A Dzend_language_scanner.c1392 …YYCTYPE *bracket = (YYCTYPE*)zend_memrchr(yytext, '<', yyleng - (sizeof("script language=php>") - … in lex_scan() local
1394 if (bracket != SCNG(yy_text)) { in lex_scan()
1396 YYCURSOR = bracket; in lex_scan()
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY228 add [:word:] POSIX bracket.
1578 2003/06/12: [spec] invalid POSIX bracket should be error. ex. [[:upper :]]
1598 2003/05/27: [spec] should not warn for right bracket at beginning of pattern.
2020 2002/02/27: [spec] undefined POSIX bracket /[[:xyz:]]/ should be syntax error.
/PHP-5.6/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.6/ext/pcre/pcrelib/testdata/
H A Dtestinput2591 (?: # Non-capturing bracket
H A Dtestoutput21653 (?: # Non-capturing bracket
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic19437 # left bracket in section line
19495 # unknown keyword after opening bracket

Completed in 148 milliseconds