From b4951c38fd6159cec33ee45f1f0383e56326f1ca Mon Sep 17 00:00:00 2001 From: Simion Onea Date: Sun, 3 Jan 2010 18:55:11 +0000 Subject: [PATCH] Added markup to E_NOTICE. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293043 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/floatval.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/var/functions/floatval.xml b/reference/var/functions/floatval.xml index 96152c9297..2abf4aba1a 100644 --- a/reference/var/functions/floatval.xml +++ b/reference/var/functions/floatval.xml @@ -24,7 +24,8 @@ May be any scalar type. floatval 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.