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.