From 05bf0027997e37fefc06c9059a351acfbd1953cb Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 4 Nov 2010 12:43:51 +0000 Subject: [PATCH] Describe message git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305079 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/error-get-last.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/errorfunc/functions/error-get-last.xml b/reference/errorfunc/functions/error-get-last.xml index 24e66e89e5..29f947a87d 100644 --- a/reference/errorfunc/functions/error-get-last.xml +++ b/reference/errorfunc/functions/error-get-last.xml @@ -20,8 +20,9 @@ &reftitle.returnvalues; 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.