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:
Egon Schmid 2001-05-15 22:20:12 +00:00
parent ad1c5c45d6
commit cd1a18bfa4

View file

@ -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>