Fix function name

Provided by anonymous user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351281 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
George Peter Banyard 2020-11-06 14:51:48 +00:00
parent c410fb8895
commit 3a511c49bd

View file

@ -1828,7 +1828,7 @@ echo $foo ?? $bar ?? $baz ?? $qux; // outputs 1
</simpara>
<simpara>
Any error message generated by the expression is available in the <literal>"message"</literal>
element of the array returned by <function>get_error_last</function>.
element of the array returned by <function>error_get_last</function>.
The result of that function will change on each error, so it needs to be checked early.
</simpara>
<para>