mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
231ecff7d2
commit
c42447f25d
4 changed files with 8 additions and 4 deletions
|
@ -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>
|
||||
¬e.uses-ob;
|
||||
<note>
|
||||
<simpara>
|
||||
The <parameter>return</parameter> parameter became available in PHP
|
||||
|
|
|
@ -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>
|
||||
¬e.uses-ob;
|
||||
<para>
|
||||
<example>
|
||||
<title><function>highlight_string</function> example</title>
|
||||
|
|
|
@ -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>
|
||||
¬e.uses-ob;
|
||||
<para>
|
||||
<example>
|
||||
<title><parameter>return</parameter> parameter example</title>
|
||||
|
|
|
@ -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>
|
||||
¬e.uses-ob;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue