mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use &return.success; in few places.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150885 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4049994e66
commit
9361ee521b
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.xdiff-file-diff-binary">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,7 @@
|
|||
result in file <parameter>dest</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; or &false; if and internal error happened.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
See also <function>xdiff_string_diff_binary</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.xdiff-file-diff">
|
||||
<refnamediv>
|
||||
|
@ -27,7 +27,7 @@
|
|||
&true; if you want to minimalize size of diff (can take a long time).
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; or &false; if and internal error happened.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
See also <function>xdiff_string_diff</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.xdiff-file-patch-binary">
|
||||
<refnamediv>
|
||||
|
@ -23,7 +23,7 @@
|
|||
<parameter>dest</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; or &false; if an internal error happened.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
See also <function>xdiff_string_patch_binary</function>.
|
||||
|
|
Loading…
Reference in a new issue