Can't be used together with OB callback (bug #36563)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208834 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-03-07 01:12:15 +00:00
parent 231ecff7d2
commit c42447f25d
4 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -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>

View file

@ -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 @@ Array
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>

View file

@ -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>