[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/lua/_functions/register.xml_functions/registerCa
From:       Xinchen_Hui <laruence () php ! net>
Date:       2011-08-31 3:22:36
Message-ID: svn-laruence-1314760956-315843-1245998008 () svn ! php ! net
[Download RAW message or body]

laruence                                 Wed, 31 Aug 2011 03:22:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=315843

Log:
Add new docs

Changed paths:
    D   phpdoc/en/trunk/reference/lua/functions/register.xml
    A + phpdoc/en/trunk/reference/lua/functions/registerCallback.xml
        (from phpdoc/en/trunk/reference/lua/functions/register.xml:r314643)
    A   phpdoc/en/trunk/reference/lua/luaclosure/
    A   phpdoc/en/trunk/reference/lua/luaclosure/clone.xml
    A   phpdoc/en/trunk/reference/lua/luaclosure/construct.xml
    A   phpdoc/en/trunk/reference/lua/luaclosure/destruct.xml
    A   phpdoc/en/trunk/reference/lua/luaclosure/invoke.xml
    A   phpdoc/en/trunk/reference/lua/luaclosure.xml
    A   phpdoc/en/trunk/reference/lua/luaexception.xml
    U   phpdoc/en/trunk/reference/lua/versions.xml


["svn-diffs-315843.txt" (text/x-diff)]

Deleted: phpdoc/en/trunk/reference/lua/functions/register.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/functions/register.xml	2011-08-31 02:57:14 UTC (rev \
                315842)
+++ phpdoc/en/trunk/reference/lua/functions/register.xml	2011-08-31 03:22:36 UTC (rev \
315843) @@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<refentry xml:id="lua.register" xmlns="http://docbook.org/ns/docbook" \
                xmlns:xlink="http://www.w3.org/1999/xlink">
- <refnamediv>
-  <refname>Lua::register</refname>
-  <refpurpose>Register a PHP function to Lua</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <modifier>public</modifier> \
                <type>void</type><methodname>Lua::register</methodname>
-   <methodparam><type>string</type><parameter>name</parameter></methodparam>
-   <methodparam><type>callback</type><parameter>function</parameter></methodparam>
-  </methodsynopsis>
-  <para>
-    Register a PHP function to Lua as a function named "$name"
-  </para>
-
- </refsect1>
-
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  <variablelist>
-   <varlistentry>
-    <term><parameter>name</parameter></term>
-    <listitem>
-     <para>
-
-     </para>
-    </listitem>
-   </varlistentry>
-   <varlistentry>
-    <term><parameter>function</parameter></term>
-    <listitem>
-     <para>
-      A valid PHP function callback
-     </para>
-    </listitem>
-   </varlistentry>
-  </variablelist>
- </refsect1>
-
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <para>
-
-  </para>
- </refsect1>
-
-
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->

Copied: phpdoc/en/trunk/reference/lua/functions/registerCallback.xml (from rev \
314643, phpdoc/en/trunk/reference/lua/functions/register.xml) \
                ===================================================================
--- phpdoc/en/trunk/reference/lua/functions/registerCallback.xml	                     \
                (rev 0)
+++ phpdoc/en/trunk/reference/lua/functions/registerCallback.xml	2011-08-31 03:22:36 \
UTC (rev 315843) @@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<refentry xml:id="lua.register" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv>
+  <refname>Lua::registerCallback</refname>
+  <refpurpose>Register a PHP function to Lua</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>void</type><methodname>Lua::register</methodname> +   \
<methodparam><type>string</type><parameter>name</parameter></methodparam> +   \
<methodparam><type>callback</type><parameter>function</parameter></methodparam> +  \
</methodsynopsis> +  <para>
+    Register a PHP function to Lua as a function named "$name"
+  </para>
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <variablelist>
+   <varlistentry>
+    <term><parameter>name</parameter></term>
+    <listitem>
+     <para>
+
+     </para>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term><parameter>function</parameter></term>
+    <listitem>
+     <para>
+      A valid PHP function callback
+     </para>
+    </listitem>
+   </varlistentry>
+  </variablelist>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Added: phpdoc/en/trunk/reference/lua/luaclosure/clone.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/luaclosure/clone.xml	                        (rev \
                0)
+++ phpdoc/en/trunk/reference/lua/luaclosure/clone.xml	2011-08-31 03:22:36 UTC (rev \
315843) @@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<refentry xml:id="luaclosure.clone" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv>
+  <refname>LuaClosure::__clone</refname>
+  <refpurpose>The __clone purpose</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>private</modifier> \
<type>void</type><methodname>LuaClosure::__clone</methodname> +   <void />
+  </methodsynopsis>
+  <para>
+
+  </para>
+
+  &warn.undocumented.func;
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Added: phpdoc/en/trunk/reference/lua/luaclosure/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/luaclosure/construct.xml	                        \
                (rev 0)
+++ phpdoc/en/trunk/reference/lua/luaclosure/construct.xml	2011-08-31 03:22:36 UTC \
(rev 315843) @@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<refentry xml:id="luaclosure.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv>
+  <refname>LuaClosure::__construct</refname>
+  <refpurpose>The __construct purpose</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <methodname>LuaClosure::__construct</methodname>
+   <void />
+  </methodsynopsis>
+  <para>
+
+  </para>
+
+  &warn.undocumented.func;
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Added: phpdoc/en/trunk/reference/lua/luaclosure/destruct.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/luaclosure/destruct.xml	                        \
                (rev 0)
+++ phpdoc/en/trunk/reference/lua/luaclosure/destruct.xml	2011-08-31 03:22:36 UTC \
(rev 315843) @@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<refentry xml:id="luaclosure.destruct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv>
+  <refname>LuaClosure::__destruct</refname>
+  <refpurpose>The __destruct purpose</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>void</type><methodname>LuaClosure::__destruct</methodname> +   <void />
+  </methodsynopsis>
+  <para>
+
+  </para>
+
+  &warn.undocumented.func;
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Added: phpdoc/en/trunk/reference/lua/luaclosure/invoke.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/luaclosure/invoke.xml	                        (rev \
                0)
+++ phpdoc/en/trunk/reference/lua/luaclosure/invoke.xml	2011-08-31 03:22:36 UTC (rev \
315843) @@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<refentry xml:id="luaclosure.invoke" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv>
+  <refname>LuaClosure::__invoke</refname>
+  <refpurpose>The __invoke purpose</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>void</type><methodname>LuaClosure::__invoke</methodname> +   \
<methodparam><type>mixed</type><parameter>arg</parameter></methodparam> +   \
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam> \
+  </methodsynopsis> +  <para>
+
+  </para>
+
+  &warn.undocumented.func;
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <variablelist>
+   <varlistentry>
+    <term><parameter>arg</parameter></term>
+    <listitem>
+     <para>
+
+     </para>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term><parameter>...</parameter></term>
+    <listitem>
+     <para>
+
+     </para>
+    </listitem>
+   </varlistentry>
+  </variablelist>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Added: phpdoc/en/trunk/reference/lua/luaclosure.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/luaclosure.xml	                        (rev 0)
+++ phpdoc/en/trunk/reference/lua/luaclosure.xml	2011-08-31 03:22:36 UTC (rev 315843)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<phpdoc:classref xml:id="class.luaclosure" xmlns:phpdoc="http://php.net/ns/phpdoc" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" \
xmlns:xi="http://www.w3.org/2001/XInclude"> +
+ <title>The LuaClosure class</title>
+ <titleabbrev>LuaClosure</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ LuaClosure intro -->
+  <section xml:id="luaclosure.intro">
+   &reftitle.intro;
+   <para>
+
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="luaclosure.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>LuaClosure</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>LuaClosure</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.luaclosure')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" \
/> +   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ &reference.lua.entities.luaclosure;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Added: phpdoc/en/trunk/reference/lua/luaexception.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/luaexception.xml	                        (rev 0)
+++ phpdoc/en/trunk/reference/lua/luaexception.xml	2011-08-31 03:22:36 UTC (rev \
315843) @@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<phpdoc:classref xml:id="class.luaexception" xmlns:phpdoc="http://php.net/ns/phpdoc" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" \
xmlns:xi="http://www.w3.org/2001/XInclude"> +
+ <title>The LuaException class</title>
+ <titleabbrev>LuaException</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ LuaException intro -->
+  <section xml:id="luaexception.intro">
+   &reftitle.intro;
+   <para>
+
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="luaexception.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>LuaException</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>LuaException</classname>
+     </ooclass>
+
+     <ooclass>
+      <modifier>extends</modifier>
+      <classname>Exception</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+    <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
+
+
+    <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.luaexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" \
/> +
+    <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" \
/> +
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+
+<!-- {{{ LuaException properties -->
+  <section xml:id="luaexception.props">
+   &reftitle.properties;
+   <variablelist>
+    <varlistentry xml:id="luaexception.props.message">
+     <term><varname>message</varname></term>
+     <listitem>
+      <para></para>
+     </listitem>
+    </varlistentry>
+    <varlistentry xml:id="luaexception.props.code">
+     <term><varname>code</varname></term>
+     <listitem>
+      <para></para>
+     </listitem>
+    </varlistentry>
+    <varlistentry xml:id="luaexception.props.file">
+     <term><varname>file</varname></term>
+     <listitem>
+      <para></para>
+     </listitem>
+    </varlistentry>
+    <varlistentry xml:id="luaexception.props.line">
+     <term><varname>line</varname></term>
+     <listitem>
+      <para></para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </section>
+<!-- }}} -->
+
+
+ </partintro>
+
+ &reference.lua.entities.luaexception;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Modified: phpdoc/en/trunk/reference/lua/versions.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/versions.xml	2011-08-31 02:57:14 UTC (rev 315842)
+++ phpdoc/en/trunk/reference/lua/versions.xml	2011-08-31 03:22:36 UTC (rev 315843)
@@ -6,14 +6,28 @@

 <versions>
   <!-- Methods -->
- <function name='lua::__construct' from='PECL lua &gt;= Unknown'/>
- <function name='lua::__call' from='PECL lua &gt;= Unknown'/>
- <function name='lua::eval' from='PECL lua &gt;= Unknown'/>
- <function name='lua::include' from='PECL lua &gt;= Unknown'/>
- <function name='lua::call' from='PECL lua &gt;= Unknown'/>
- <function name='lua::assign' from='PECL lua &gt;= Unknown'/>
- <function name='lua::register' from='PECL lua &gt;= Unknown'/>
- <function name='lua::getversion' from='PECL lua &gt;= Unknown'/>
+ <function name='lua::__construct' from='PECL lua &gt;=0.9.0'/>
+ <function name='lua::__call' from='PECL lua &gt;=0.9.0'/>
+ <function name='lua::eval' from='PECL lua &gt;=0.9.0'/>
+ <function name='lua::include' from='PECL lua &gt;=0.9.0'/>
+ <function name='lua::call' from='PECL lua &gt;=0.9.0'/>
+ <function name='lua::assign' from='PECL lua &gt;=0.9.0'/>
+ <function name='lua::register' from='PECL lua &gt;=0.9.0'/>
+ <function name='lua::getversion' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaclosure::__construct' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaclosure::__destruct' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaclosure::__clone' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaclosure::invoke' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaclosure::__invoke' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::__clone' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::__construct' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::getmessage' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::getcode' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::getfile' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::getline' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::gettrace' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::gettraceasstring' from='PECL lua &gt;=0.9.0'/>
+ <function name='luaexception::__tostring' from='PECL lua &gt;=0.9.0'/>
 </versions>

 <!-- Keep this comment at the end of the file



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic