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
This commit is contained in:
Andrei Zmievski 2000-02-09 19:15:59 +00:00
parent 318207c724
commit 1d3c519e29

View file

@ -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.
</simpara>
<para>
In PHP 4.0 it's also possible to specify <literal>unset</literal>
for default argument. This means that the argument will not be
set at all, if a value is not supplied.
</para>
<para>
Note that when using default arguments, any defaults should be on
the right side of any non-default arguments; otherwise, things