Describe message

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305079 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2010-11-04 12:43:51 +00:00
parent c02fdb48ec
commit 05bf002799

View file

@ -20,8 +20,9 @@
&reftitle.returnvalues;
<para>
Returns an associative array describing the last error with keys "type",
"message", "file" and "line". Returns &null; if there hasn't been an error
yet.
"message", "file" and "line". If the error has been caused by a PHP
internal function then the "message" begins with its name.
Returns &null; if there hasn't been an error yet.
</para>
</refsect1>