pollita         Thu Aug 26 15:51:14 2004 EDT

  Modified files:              
    /phpdoc     manual.xml.in 
    /phpdoc/en/reference/parsekit/functions     parsekit-compile-file.xml 
                                                parsekit-compile-string.xml 
                                                parsekit-func-arginfo.xml 
  Log:
  Add parsekit to manual.xml.in and fix a few syntax errors in new function files.
  
http://cvs.php.net/diff.php/phpdoc/manual.xml.in?r1=1.186&r2=1.187&ty=u
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.186 phpdoc/manual.xml.in:1.187
--- phpdoc/manual.xml.in:1.186  Tue Aug 24 00:55:57 2004
+++ phpdoc/manual.xml.in        Thu Aug 26 15:51:14 2004
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
           "@srcdir@/dtds/dbxml-4.1.2/docbookx.dtd" [
 
-<!-- $Revision: 1.186 $ -->
+<!-- $Revision: 1.187 $ -->
 
 <!-- Add translated specific definitions and snippets -->
 <!ENTITY % language-defs     SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent">
@@ -203,6 +203,7 @@
   &reference.ovrimos.reference;
   &reference.outcontrol.reference;
   &reference.overload.reference;
+  &reference.parsekit.reference;
   &reference.pdf.reference;
   &reference.pfpro.reference;
   &reference.info.reference;
http://cvs.php.net/diff.php/phpdoc/en/reference/parsekit/functions/parsekit-compile-file.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/parsekit/functions/parsekit-compile-file.xml
diff -u phpdoc/en/reference/parsekit/functions/parsekit-compile-file.xml:1.1 
phpdoc/en/reference/parsekit/functions/parsekit-compile-file.xml:1.2
--- phpdoc/en/reference/parsekit/functions/parsekit-compile-file.xml:1.1        Thu 
Aug 26 15:45:42 2004
+++ phpdoc/en/reference/parsekit/functions/parsekit-compile-file.xml    Thu Aug 26 
15:51:14 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.parsekit-compile-file">
  <refnamediv>
   <refname>parsekit_compile_file</refname>
@@ -63,6 +63,7 @@
    <example>
     <title><function>parsekit_compile_file</function> example</title>
     <programlisting role="php">
+<![CDATA[
 <?php
 var_dump(parsekit_compile_file('hello_world.php', $errors, PARSEKIT_SIMPLE));
 ]]>
http://cvs.php.net/diff.php/phpdoc/en/reference/parsekit/functions/parsekit-compile-string.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/parsekit/functions/parsekit-compile-string.xml
diff -u phpdoc/en/reference/parsekit/functions/parsekit-compile-string.xml:1.1 
phpdoc/en/reference/parsekit/functions/parsekit-compile-string.xml:1.2
--- phpdoc/en/reference/parsekit/functions/parsekit-compile-string.xml:1.1      Thu 
Aug 26 15:45:42 2004
+++ phpdoc/en/reference/parsekit/functions/parsekit-compile-string.xml  Thu Aug 26 
15:51:14 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.parsekit-compile-string">
  <refnamediv>
   <refname>parsekit_compile_string</refname>
@@ -62,7 +62,7 @@
    <example>
     <title><function>parsekit_compile_string</function> example</title>
     <programlisting role="php">
-<?php
+<![CDATA[
 <?php
   $ops = parsekit_compile_string('
 echo "Foo\n";
http://cvs.php.net/diff.php/phpdoc/en/reference/parsekit/functions/parsekit-func-arginfo.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/parsekit/functions/parsekit-func-arginfo.xml
diff -u phpdoc/en/reference/parsekit/functions/parsekit-func-arginfo.xml:1.1 
phpdoc/en/reference/parsekit/functions/parsekit-func-arginfo.xml:1.2
--- phpdoc/en/reference/parsekit/functions/parsekit-func-arginfo.xml:1.1        Thu 
Aug 26 15:45:42 2004
+++ phpdoc/en/reference/parsekit/functions/parsekit-func-arginfo.xml    Thu Aug 26 
15:51:14 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.parsekit-func-arginfo">
  <refnamediv>
   <refname>parsekit_func_arginfo</refname>
@@ -41,6 +41,7 @@
    <example>
     <title><function>parsekit_func_arginfo</function> example</title>
     <programlisting role="php">
+<![CDATA[
 <?php
 function foo($bar, stdClass $baz, &$bomb, $bling = false) {
 }

Reply via email to