vrana           Tue Mar  7 01:12:15 2006 UTC

  Modified files:              
    /phpdoc/en/reference/misc/functions highlight-file.xml 
                                        highlight-string.xml 
    /phpdoc/en/reference/var/functions  print-r.xml var-export.xml 
  Log:
  Can't be used together with OB callback (bug #36563)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/misc/functions/highlight-file.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/reference/misc/functions/highlight-file.xml
diff -u phpdoc/en/reference/misc/functions/highlight-file.xml:1.20 
phpdoc/en/reference/misc/functions/highlight-file.xml:1.21
--- phpdoc/en/reference/misc/functions/highlight-file.xml:1.20  Thu Jun 23 
16:53:21 2005
+++ phpdoc/en/reference/misc/functions/highlight-file.xml       Tue Mar  7 
01:12:15 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.22 -->
   <refentry id="function.highlight-file">
    <refnamediv>
@@ -25,6 +25,7 @@
      not set to &true; then <function>highlight_file</function> will
      return &true; on success, &false; on failure.
     </simpara>
+    &note.uses-ob;
     <note>
      <simpara>
       The <parameter>return</parameter> parameter became available in PHP 
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/misc/functions/highlight-string.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/misc/functions/highlight-string.xml
diff -u phpdoc/en/reference/misc/functions/highlight-string.xml:1.5 
phpdoc/en/reference/misc/functions/highlight-string.xml:1.6
--- phpdoc/en/reference/misc/functions/highlight-string.xml:1.5 Thu May  6 
15:48:40 2004
+++ phpdoc/en/reference/misc/functions/highlight-string.xml     Tue Mar  7 
01:12:15 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.22 -->
   <refentry id="function.highlight-string">
    <refnamediv>
@@ -25,6 +25,7 @@
      not set to &true; then <function>highlight_string</function> will
      return &true; on success, &false; on failure.
     </simpara>
+    &note.uses-ob;
     <para>
      <example>
       <title><function>highlight_string</function> example</title>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/var/functions/print-r.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/var/functions/print-r.xml
diff -u phpdoc/en/reference/var/functions/print-r.xml:1.11 
phpdoc/en/reference/var/functions/print-r.xml:1.12
--- phpdoc/en/reference/var/functions/print-r.xml:1.11  Thu Jan 26 12:28:19 2006
+++ phpdoc/en/reference/var/functions/print-r.xml       Tue Mar  7 01:12:15 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.5 -->
   <refentry id="function.print-r">
    <refnamediv>
@@ -74,6 +74,7 @@
      to &true;, <function>print_r</function> will return its output, instead of
      printing it (which it does by default).
     </para>
+    &note.uses-ob;
     <para>
      <example>
       <title><parameter>return</parameter> parameter example</title>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/var/functions/var-export.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/var/functions/var-export.xml
diff -u phpdoc/en/reference/var/functions/var-export.xml:1.11 
phpdoc/en/reference/var/functions/var-export.xml:1.12
--- phpdoc/en/reference/var/functions/var-export.xml:1.11       Thu Nov  3 
10:45:48 2005
+++ phpdoc/en/reference/var/functions/var-export.xml    Tue Mar  7 01:12:15 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.6 -->
 <refentry id="function.var-export">
  <refnamediv>
@@ -40,6 +40,7 @@
        If used and set to &true;, <function>var_export</function> will return
        the variable representation instead of outputing it.
       </para>
+      &note.uses-ob;
      </listitem>
     </varlistentry>
    </variablelist>

Reply via email to