From c85e008ab01ca813ddff7b7908b9cca2390888c7 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Fri, 11 Aug 2000 04:32:38 +0000 Subject: [PATCH] Added new values as per errata comments. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30083 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/var.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/functions/var.xml b/functions/var.xml index 6a358bb5b9..3ac5286d47 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -142,6 +142,9 @@ if (!isset($var)) { // evaluates false Possibles values for the returned string are: + + "boolean" + "integer" @@ -157,6 +160,12 @@ if (!isset($var)) { // evaluates false "object" + + "resource" + + + "user function" + "unknown type"