Corrected order. The example is showing that the order is unexpected, and that you need to sort to get the 'right' order.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335841 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Ackroyd 2015-01-29 19:33:59 +00:00
parent 175c462372
commit cc6711c55b

View file

@ -230,7 +230,7 @@ echo preg_replace($patterns, $replacements, $string);
&example.outputs;
<screen>
<![CDATA[
The slow black bear jumped over the lazy dog.
The bear black slow jumped over the lazy dog.
]]>
</screen>
<para>