Improve markup and fix the function name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291890 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2009-12-08 18:38:13 +00:00
parent 4a9d095878
commit 96eed35c31

View file

@ -14,9 +14,10 @@
</methodsynopsis>
<para>
This function is intended to be used as a default implementation for
__autoload(). If nothing else is specified and autoload_register() is
<function>__autoload</function>. If nothing else is specified and
<function>spl_autoload_register</function> is
called without any parameters then this functions will be used for any
later call to __autoload().
later call to <function>__autoload</function>.
</para>
</refsect1>