betz            Sun Mar  2 06:56:58 2003 EDT

  Modified files:              
    /phpdoc/en/reference/tokenizer      reference.xml 
  Log:
  tabs2spaces
  
Index: phpdoc/en/reference/tokenizer/reference.xml
diff -u phpdoc/en/reference/tokenizer/reference.xml:1.10 
phpdoc/en/reference/tokenizer/reference.xml:1.11
--- phpdoc/en/reference/tokenizer/reference.xml:1.10    Fri Feb 28 19:08:37 2003
+++ phpdoc/en/reference/tokenizer/reference.xml Sun Mar  2 06:56:58 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.tokenizer">
   <title>Tokenizer functions</title>
   <titleabbrev>Tokenizer functions</titleabbrev>
@@ -8,11 +8,11 @@
    <section id="tokenizer.intro">
     &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 analyzation
-                or modification tools without having to deal with the
-                language specification at the lexical level.
+     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 analyzation
+     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>.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to