From 148f5265197db78a98412a1a9a5572e780f0ad38 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 15 Mar 2005 13:54:27 +0000 Subject: [PATCH] Converting (part of bug #32294) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182182 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/intval.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/var/functions/intval.xml b/reference/var/functions/intval.xml index 6fa9ae7196..a7c2ed8720 100644 --- a/reference/var/functions/intval.xml +++ b/reference/var/functions/intval.xml @@ -1,5 +1,5 @@ - + @@ -21,6 +21,8 @@ var may be any scalar type. You cannot use intval on arrays or objects. + Common rules of converting + to integer apply.