mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor addendum
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118500 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
333f22adab
commit
1e5c2eb593
1 changed files with 6 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<reference id="ref.tokenizer">
|
||||
<title>Tokenizer functions</title>
|
||||
<titleabbrev>Tokenizer functions</titleabbrev>
|
||||
|
@ -19,17 +19,13 @@
|
|||
</para>
|
||||
</section>
|
||||
|
||||
<section id="tokenizer.requirements">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
<section id= "tokenizer.requirements">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
&reference.tokenizer.configure;
|
||||
|
||||
<!--
|
||||
&reference.tokenizer.ini;
|
||||
-->
|
||||
|
||||
&reference.tokenizer.constants;
|
||||
|
||||
<section id="tokenizer.examples">
|
||||
|
@ -40,7 +36,7 @@
|
|||
and print the pure code only.
|
||||
</para>
|
||||
<example>
|
||||
<title>Strip comments</title>
|
||||
<title>Strip comments with the tokenizer</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue