mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixes bug #60888
-- Provided by christoph.rosse (christoph@rosse.at) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323193 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ce0b0755af
commit
5169e9e846
2 changed files with 3 additions and 4 deletions
|
@ -34,10 +34,10 @@
|
|||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an associative array of declared properties visible from the
|
||||
current scope, with their default value, or &false; if the
|
||||
<parameter>class_name</parameter> refers to a non-existent class.
|
||||
current scope, with their default value.
|
||||
The resulting array elements are in the form of
|
||||
<literal>varname => value</literal>.
|
||||
In case of an error, it returns &false;.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="changelog">
|
||||
|
|
|
@ -38,8 +38,7 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
If the object does not have a parent or a non-existent class name is
|
||||
given, &false; will be returned.
|
||||
If the object does not have a parent or the class given does not exist &false; will be returned.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue