mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Should fix two off ten errors,
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47535 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ad1c5c45d6
commit
cd1a18bfa4
1 changed files with 5 additions and 4 deletions
|
@ -309,10 +309,11 @@ $newref =&returns_reference();
|
|||
be used to implement callbacks, function tables, and so forth.
|
||||
</para>
|
||||
<para>
|
||||
Variable functions won't work with language constructs such as
|
||||
<function>echo</function>, <function>unset</function>, <function>isset</function>
|
||||
and </function>empty</function>. This is one of the major differences between
|
||||
PHP functions and langage constructs.
|
||||
Variable functions won't work with language constructs such as
|
||||
<function>echo</function>, <function>unset</function>,
|
||||
<function>isset</function> and <function>empty</function>. This is
|
||||
one of the major differences between PHP functions and langage
|
||||
constructs.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue