7 |
<p> |
<p> |
8 |
Return to the <a href="index.html">PCRE index page</a>. |
Return to the <a href="index.html">PCRE index page</a>. |
9 |
</p> |
</p> |
10 |
<p> |
<p> |
11 |
This page is part of the PCRE HTML documentation. It was generated automatically |
This page is part of the PCRE HTML documentation. It was generated automatically |
12 |
from the original man page. If there is any nonsense in it, please consult the |
from the original man page. If there is any nonsense in it, please consult the |
13 |
man page, in case the conversion went wrong. |
man page, in case the conversion went wrong. |
14 |
<br> |
<br> |
15 |
<ul> |
<ul> |
16 |
<li><a name="TOC1" href="#SEC1">SYNOPSIS</a> |
<li><a name="TOC1" href="#SEC1">SYNOPSIS</a> |
17 |
<li><a name="TOC2" href="#SEC2">OPTIONS</a> |
<li><a name="TOC2" href="#SEC2">OPTIONS</a> |
249 |
</P> |
</P> |
250 |
<P> |
<P> |
251 |
The <b>/B</b> modifier is a debugging feature. It requests that <b>pcretest</b> |
The <b>/B</b> modifier is a debugging feature. It requests that <b>pcretest</b> |
252 |
output a representation of the compiled byte code after compilation. |
output a representation of the compiled byte code after compilation. Normally |
253 |
|
this information contains length and offset values; however, if <b>/Z</b> is |
254 |
|
also present, this data is replaced by spaces. This is a special feature for |
255 |
|
use in the automatic test scripts; it ensures that the same output is generated |
256 |
|
for different internal link sizes. |
257 |
</P> |
</P> |
258 |
<P> |
<P> |
259 |
The <b>/L</b> modifier must be followed directly by the name of a locale, for |
The <b>/L</b> modifier must be followed directly by the name of a locale, for |