mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238210 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6b6e46122e
commit
28a0459db4
4 changed files with 8 additions and 6 deletions
|
@ -809,8 +809,8 @@ The XMLWriter <type>resource</type> that is being modified. This resource comes
|
|||
|
||||
<!-- SVN notes -->
|
||||
<!ENTITY svn.relativepath "<note><simpara>Relative paths will be resolved as if the current working directory was the one that contains the PHP binary. To use the calling script's working directory, use <function>realpath</function> or dirname(__FILE__).</simpara></note>">
|
||||
<!ENTITY svn.referto.status 'Refer to <link linkend="svn.constants#svn.constants.status">status constants</link> for possible values.'>
|
||||
<!ENTITY svn.referto.type 'Refer to <link linkend="svn.constants#svn.constants.type">type constants</link> for possible values.'>
|
||||
<!ENTITY svn.referto.status 'Refer to <link linkend="svn.constants.status">status constants</link> for possible values.'>
|
||||
<!ENTITY svn.referto.type 'Refer to <link linkend="svn.constants.type">type constants</link> for possible values.'>
|
||||
|
||||
<!-- Imagick generic return types -->
|
||||
<!ENTITY imagick.return.success 'Returns &true; on success.'>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section xml:id="svn.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -73,6 +73,7 @@
|
|||
<constant>SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem><simpara /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="function.svn-client-version" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>svn_client_version</refname>
|
||||
|
@ -65,8 +65,8 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<title>Basic example</title>
|
||||
<example>
|
||||
<title>Basic example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="function.svn-repos-hotcopy" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>svn_repos_hotcopy</refname>
|
||||
|
@ -59,6 +59,7 @@
|
|||
also the &return.success; entity
|
||||
</para>
|
||||
</refsect1>
|
||||
-->
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
|
|
Loading…
Reference in a new issue