fix build.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213749 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2006-05-25 16:32:03 +00:00
parent 587de9309a
commit 1c78506dec
4 changed files with 4 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.spl-autoload-call">
<refnamediv>
<refname>spl_autoload-call</refname>
@ -12,7 +12,6 @@
<methodsynopsis>
<type>void</type><methodname>spl_autoload-call</methodname>
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
<void/>
</methodsynopsis>
<para>
This function can be used to manually search for a class or interface

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.spl-autoload-extensions">
<refnamediv>
<refname>spl_autoload_extensions</refname>
@ -12,7 +12,6 @@
<methodsynopsis>
<type>string</type><methodname>spl_autoload_extensions</methodname>
<methodparam choice="opt"><type>string</type><parameter>file_extensions</parameter></methodparam>
<void/>
</methodsynopsis>
<para>
This function allows to modify and check the file extensions the built in

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.spl-autoload-register">
<refnamediv>
<refname>spl_autoload_register</refname>
@ -12,7 +12,6 @@
<methodsynopsis>
<type>bool</type><methodname>spl_autoload_register</methodname>
<methodparam choice="opt"><type>mixed</type><parameter>autoload_function</parameter></methodparam>
<void/>
</methodsynopsis>
<para>
Register a function with the spl provided __autoload stack. If the stack

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.spl-autoload">
<refnamediv>
<refname>spl_autoload</refname>
@ -13,7 +13,6 @@
<type>void</type><methodname>spl_autoload</methodname>
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>file_extensions</parameter></methodparam>
<void/>
</methodsynopsis>
<para>
This function is intended to be used as a default implementation for