mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245353 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
71d529682d
commit
da447aa720
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue