mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
175c462372
commit
cc6711c55b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue