php-doc-en/reference/tokenizer/book.xml
Philip Olson 96510a663e MFB: Upgrade to the new-reference-structure
- Split reference.xml into book.xml and setup.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to constant and the new example page
- Moved from reference.xml to setup.xml:
  - The rest: requirements, installation, configuration, and resources
- Changed the constants section to be an <appendix>
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248587 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-19 22:37:15 +00:00

51 lines
1.3 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: basic.other -->
<!-- Membership: core -->
<book xml:id="book.tokenizer" xmlns="http://docbook.org/ns/docbook">
<title>Tokenizer &Functions;</title>
<titleabbrev>Tokenizer</titleabbrev>
<preface xml:id="intro.tokenizer">
&reftitle.intro;
<para>
The tokenizer functions provide an interface to the
PHP tokenizer embedded in the Zend Engine. Using these
functions you may write your own PHP source analyzing
or modification tools without having to deal with the
language specification at the lexical level.
</para>
<para>
See also the <link linkend="tokens">appendix about tokens</link>.
</para>
</preface>
&reference.tokenizer.setup;
&reference.tokenizer.constants;
&reference.tokenizer.examples;
&reference.tokenizer.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->