From 968a1753bf5236f78665d08da89c7c7a9a636c3b Mon Sep 17 00:00:00 2001 From: Simion Onea Date: Sun, 3 Jan 2010 19:05:59 +0000 Subject: [PATCH] Added markup to E_NOTICE. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293045 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/intval.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/var/functions/intval.xml b/reference/var/functions/intval.xml index 168227f57d..a8006fbcc3 100644 --- a/reference/var/functions/intval.xml +++ b/reference/var/functions/intval.xml @@ -17,7 +17,8 @@ Returns the integer value of var, using the specified base for the conversion (the default is base 10). intval should not be used - on objects, as doing so will emit an E_NOTICE level error and return 1. + on objects, as doing so will emit an E_NOTICE level + error and return 1.