takagi Thu May 25 16:32:03 2006 UTC
Modified files:
/phpdoc/en/reference/spl/functions spl-autoload-call.xml
spl-autoload-extensions.xml
spl-autoload-register.xml
spl-autoload.xml
Log:
fix build.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/spl/functions/spl-autoload-call.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/spl/functions/spl-autoload-call.xml
diff -u phpdoc/en/reference/spl/functions/spl-autoload-call.xml:1.1
phpdoc/en/reference/spl/functions/spl-autoload-call.xml:1.2
--- phpdoc/en/reference/spl/functions/spl-autoload-call.xml:1.1 Thu May 25
15:21:35 2006
+++ phpdoc/en/reference/spl/functions/spl-autoload-call.xml Thu May 25
16:32:03 2006
@@ -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
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/spl/functions/spl-autoload-extensions.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/spl/functions/spl-autoload-extensions.xml
diff -u phpdoc/en/reference/spl/functions/spl-autoload-extensions.xml:1.1
phpdoc/en/reference/spl/functions/spl-autoload-extensions.xml:1.2
--- phpdoc/en/reference/spl/functions/spl-autoload-extensions.xml:1.1 Thu May
25 15:21:35 2006
+++ phpdoc/en/reference/spl/functions/spl-autoload-extensions.xml Thu May
25 16:32:03 2006
@@ -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
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/spl/functions/spl-autoload-register.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/spl/functions/spl-autoload-register.xml
diff -u phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.1
phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.2
--- phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.1 Thu May
25 15:21:35 2006
+++ phpdoc/en/reference/spl/functions/spl-autoload-register.xml Thu May 25
16:32:03 2006
@@ -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
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/spl/functions/spl-autoload.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/spl/functions/spl-autoload.xml
diff -u phpdoc/en/reference/spl/functions/spl-autoload.xml:1.1
phpdoc/en/reference/spl/functions/spl-autoload.xml:1.2
--- phpdoc/en/reference/spl/functions/spl-autoload.xml:1.1 Thu May 25
15:21:35 2006
+++ phpdoc/en/reference/spl/functions/spl-autoload.xml Thu May 25 16:32:03 2006
@@ -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