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