101 |
|
|
102 |
c. The "i"th argument has a suitable type for holding the |
c. The "i"th argument has a suitable type for holding the |
103 |
string captured as the "i"th sub-pattern. If you pass in |
string captured as the "i"th sub-pattern. If you pass in |
104 |
NULL for the "i"th argument, or pass fewer arguments than |
void * NULL for the "i"th argument, or a non-void * NULL |
105 |
|
of the correct type, or pass fewer arguments than the |
106 |
number of sub-patterns, "i"th captured sub-pattern is |
number of sub-patterns, "i"th captured sub-pattern is |
107 |
ignored. |
ignored. |
108 |
</pre> |
</pre> |
358 |
</P> |
</P> |
359 |
<br><a name="SEC12" href="#TOC1">REVISION</a><br> |
<br><a name="SEC12" href="#TOC1">REVISION</a><br> |
360 |
<P> |
<P> |
361 |
Last updated: 06 March 2007 |
Last updated: 12 November 2007 |
362 |
<br> |
<br> |
363 |
<p> |
<p> |
364 |
Return to the <a href="index.html">PCRE index page</a>. |
Return to the <a href="index.html">PCRE index page</a>. |