mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278460 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
124c28814c
commit
b23163023b
4 changed files with 10 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<sect1 xml:id="control-structures.declare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title><literal>declare</literal></title>
|
||||
|
@ -115,7 +115,9 @@ if ($a > 0) {
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
The above example is the equivalent of the following:
|
||||
</para>
|
||||
&example.outputs.similar;
|
||||
<para>
|
||||
<example>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry xml:id="function.tidy-construct" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xml:id="function.tidy-construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>tidy::__construct</refname>
|
||||
<refpurpose>Constructs a new tidy object</refpurpose>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xml:id="function.tidy-parse-file" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<refentry xml:id="function.tidy-parse-file" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>tidy_parse_file</refname>
|
||||
<refpurpose>Parse markup in file or URI</refpurpose>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xml:id="function.tidy-parse-string" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry xml:id="function.tidy-parse-string" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>tidy_parse_string</refname>
|
||||
<refpurpose>Parse a document stored in a string</refpurpose>
|
||||
|
|
Loading…
Reference in a new issue