mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Correct errors reported by Saxon
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66309 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
56fe04f274
commit
c68f4466d3
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.67 $ -->
|
||||
<!-- $Revision: 1.68 $ -->
|
||||
<reference id="ref.pcre">
|
||||
<title>Regular Expression Functions (Perl-Compatible)</title>
|
||||
<titleabbrev>PCRE</titleabbrev>
|
||||
|
@ -647,7 +647,7 @@ print_r($chars);
|
|||
used delimiter.</para>
|
||||
<para>
|
||||
The special regular expression characters are:
|
||||
<screen>. \\ + * ? [ ^ ] $ ( ) { } = ! < > | :</screen>
|
||||
<screen>. \\ + * ? [ ^ ] $ ( ) { } = ! < > | :</screen>
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.xmlrpc">
|
||||
<title>XMLRPC functions</title>
|
||||
<titleabbrev>XMLRPC function</titleabbrev>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<refentry id="function.xmlrpc-decode-request">
|
||||
<refnamediv>
|
||||
<refname>xmlrpc_decode_request</refname>
|
||||
<refpurpose>& method [, string encoding]) Decodes XML into native PHP types </refpurpose>
|
||||
<refpurpose>Decodes XML into native PHP types </refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -63,7 +63,10 @@
|
|||
<funcprototype>
|
||||
<funcdef>array <function>xmlrpc_decode_request</function></funcdef>
|
||||
<paramdef>string <parameter>xml</parameter></paramdef>
|
||||
<paramdef>string <parameter></parameter></paramdef>
|
||||
<paramdef>string <parameter>method</parameter></paramdef>
|
||||
<paramdef>string
|
||||
<parameter><optional>encoding</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
|
Loading…
Reference in a new issue