From 1d3c519e2902eb835e674c1c736f1fa47624cf57 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 9 Feb 2000 19:15:59 +0000 Subject: [PATCH] Now that we have NULL's, this is unnecessary. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@19384 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/language/functions.xml b/language/functions.xml index 52b8a5f6fe..4c7d948135 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -154,11 +154,6 @@ Making a cup of espresso. The default value must be a constant expression, not (for example) a variable or class member. - - In PHP 4.0 it's also possible to specify unset - for default argument. This means that the argument will not be - set at all, if a value is not supplied. - Note that when using default arguments, any defaults should be on the right side of any non-default arguments; otherwise, things