mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Functions do not return types, but rather values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343199 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2d003c34d9
commit
2a6fc6a1d5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
This function now returns <type>NULL</type> if the
|
||||
This function now returns &null; if the
|
||||
<parameter>object</parameter> isn't an object. Previously &false; was returned.
|
||||
</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue