git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347736 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
George Peter Banyard 2019-07-13 15:05:31 +00:00
parent 901fc6375e
commit aba9493325
3 changed files with 3 additions and 3 deletions

View file

@ -160,7 +160,7 @@ Warning: Cannot call func_num_args() dynamically in %s on line %d
<function>rand</function> and <function>srand</function> have now been made
aliases to <function>mt_rand</function> and <function>mt_srand</function>,
respectively. This means that the output for the following functions have
changes: <function>rand</function>, <function>shuffle</function>,
changed: <function>rand</function>, <function>shuffle</function>,
<function>str_shuffle</function>, and <function>array_rand</function>.
</para>
</sect2>

View file

@ -16,7 +16,7 @@
<parameter>array</parameter> off and returns it, shortening the
<parameter>array</parameter> by one element and moving everything
down. All numerical array keys will be modified to start counting from zero
while literal keys won't be touched.
while literal keys won't be affected.
</para>
&array.resetspointer;
</refsect1>

View file

@ -203,7 +203,7 @@ $text = str_replace("\n.", "\n..", $text);
<row>
<entry>5.4.42, 5.5.27</entry>
<entry>
Header injection protection has been addded for the
Header injection protection has been added for the
<parameter>additional_headers</parameter> parameter. This means that
multiple consecutive newlines are no longer allowed.
</entry>