mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Addresses Bug #47040.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273167 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
aafe38fa8b
commit
307cc1b347
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<part xml:id="internals2.counter" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The "counter" Extension - A Continuing Example</title>
|
||||
|
||||
|
@ -129,7 +129,7 @@
|
|||
&reftitle.resources;
|
||||
|
||||
<simpara>
|
||||
The "counter" extension defines one resource type, a counter.
|
||||
The "counter" extension defines one resource type: a counter.
|
||||
</simpara>
|
||||
</section>
|
||||
|
||||
|
@ -264,8 +264,8 @@ printf("%3d %3d %3d", $starting_counter_value, $second_counter_value, $final_cou
|
|||
0 1 0]]></screen>
|
||||
|
||||
<simpara>
|
||||
The basic interface also provides a number of INI settings, documented
|
||||
below.
|
||||
The basic interface also provides a number of
|
||||
<link linkend="internals2.counter.constants">INI settings</link>.
|
||||
</simpara>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue