git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245353 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Felipe Pena 2007-11-01 10:54:10 +00:00
parent 71d529682d
commit da447aa720

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xml:id="function.spl-autoload" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>spl_autoload</refname>
@ -17,7 +17,7 @@
__autoload(). If nothing else is specified and autoload_register() is
called without any parameters then this functions will be used for any
later call to __autoload(). By default it checks all include paths to
contain failnames built up by the lowercase class name appended by the
contain filenames built up by the lowercase class name appended by the
filename extensions .inc and .php.
</para>
</refsect1>