1
0
mirror of https://github.com/php/web-qa.git synced 2026-03-23 23:12:06 +01:00
This commit is contained in:
Chuck Burgess
2022-07-25 10:22:14 -05:00
committed by GitHub
parent 4a574215fb
commit 2e2d3083cf

View File

@@ -25,19 +25,19 @@ output by PHP Warnings.</p>
</tr>
<tr>
<td> %s </td>
<td> One or more of anything (charater or white space) except the end of line character. </td>
<td> One or more of anything (character or white space) except the end of line character. </td>
</tr>
<tr>
<td> %S </td>
<td> Zero or more of anything (charater or white space) except the end of line character. </td>
<td> Zero or more of anything (character or white space) except the end of line character. </td>
</tr>
<tr>
<td> %a </td>
<td> One or more of anything (charater or white space) including the end of line character. </td>
<td> One or more of anything (character or white space) including the end of line character. </td>
</tr>
<tr>
<td> %A </td>
<td> Zero or more of anything (charater or white space) including the end of line character. </td>
<td> Zero or more of anything (character or white space) including the end of line character. </td>
</tr>
<tr>
<td> %w </td>
@@ -81,7 +81,7 @@ output by PHP Warnings.</p>
</tr>
<tr>
<td> %u|b% </td>
<td> Matches a single 'u' in PHP6 test output where the PHP5 output from the same test hs no character in that position.</td>
<td> Matches a single 'u' in PHP6 test output where the PHP5 output from the same test has no character in that position.</td>
</tr>
</table>