type hint for $... param in isset/var_dump (doc #54768)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311886 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-06-07 08:45:27 +00:00
parent e7bf8a9dda
commit aafc074ad8
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>isset</methodname>
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
<methodparam choice="opt"><parameter>...</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
</methodsynopsis>
<para>
Determine if a variable is set and is not &null;.

View file

@ -12,7 +12,7 @@
<methodsynopsis>
<type>void</type><methodname>var_dump</methodname>
<methodparam><type>mixed</type><parameter>expression</parameter></methodparam>
<methodparam choice="opt"><parameter>...</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
</methodsynopsis>
<simpara>
This function displays structured information about one or more