xref: /PHP-5.5/ext/pcre/pcrelib/testdata/testinput21 (revision 23cb7bd5)
1/-- Tests for reloading pre-compiled patterns. The first one gives an error
2right away, and can be any old pattern compiled in 8-bit mode ("abc" is
3typical). The others require the link size to be 2. */x
4
5<!testsaved8
6
7%-- Generated from:
8    /^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|
9      [^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
10      /x
11
12    In 16-bit mode with options:  S>testdata/saved16LE-1
13                                 FS>testdata/saved16BE-1
14    In 32-bit mode with options:  S>testdata/saved32LE-1
15                                 FS>testdata/saved32BE-1
16--%x
17
18<!testsaved16LE-1
19
20<!testsaved16BE-1
21
22<!testsaved32LE-1
23
24<!testsaved32BE-1
25
26/-- End of testinput21 --/
27