mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e7bf8a9dda
commit
aafc074ad8
2 changed files with 2 additions and 2 deletions
|
@ -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;.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue