reference/spl/functions/spl-autoload.xml
450d2085da9bba991afb9c68d9c94fc06a67a8a7
...
...
@@ -16,7 +16,7 @@
16
16
This function is intended to be used as a default implementation for
17
17
<function>__autoload</function>. If nothing else is specified and
18
18
<function>spl_autoload_register</function> is
19
-
called without any parameters then this function will be used for any
19
+
called without any parameters then <function>spl_autoload</function> will be used for any
20
20
later call to <function>__autoload</function>.
21
21
</para>
22
22
</refsect1>
...
...
@@ -37,9 +37,9 @@
37
37
<term><parameter>file_extensions</parameter></term>
38
38
<listitem>
39
39
<para>
40
-
By default it checks all include paths to
40
+
By default it checks all <link linkend="ini.include-path">include_path</link>s to
41
41
contain filenames built up by the lowercase class name appended by the
42
-
filename extensions .inc and .php.
42
+
filename extensions <literal>.inc</literal> and <literal>.php</literal>.
43
43
</para>
44
44
</listitem>
45
45
</varlistentry>
46
46