From 175740b03adf491c8852adf8a197edae879d1b2f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Aug 2007 10:09:50 +0000 Subject: [PATCH] Maximum int value (bug #42154) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241302 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/settype.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/var/functions/settype.xml b/reference/var/functions/settype.xml index 4d10a12b16..d9dc9f1e2b 100644 --- a/reference/var/functions/settype.xml +++ b/reference/var/functions/settype.xml @@ -1,5 +1,5 @@ - + settype @@ -108,6 +108,15 @@ settype($bar, "string"); // $bar is now "1" (string) + + &reftitle.notes; + + + Maximum value for "int" is PHP_INT_MAX. + + + + &reftitle.seealso;