From 9361ee521bdacf40fe9dc83868c890bef71dc03a Mon Sep 17 00:00:00 2001 From: Marcin Gibula Date: Mon, 9 Feb 2004 18:22:05 +0000 Subject: [PATCH] Use &return.success; in few places. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150885 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xdiff/functions/xdiff-file-diff-binary.xml | 4 ++-- reference/xdiff/functions/xdiff-file-diff.xml | 4 ++-- reference/xdiff/functions/xdiff-file-patch-binary.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/xdiff/functions/xdiff-file-diff-binary.xml b/reference/xdiff/functions/xdiff-file-diff-binary.xml index c60f846367..ee4a9a1aca 100644 --- a/reference/xdiff/functions/xdiff-file-diff-binary.xml +++ b/reference/xdiff/functions/xdiff-file-diff-binary.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ result in file dest. - Returns &true; or &false; if and internal error happened. + &return.success; See also xdiff_string_diff_binary. diff --git a/reference/xdiff/functions/xdiff-file-diff.xml b/reference/xdiff/functions/xdiff-file-diff.xml index b33dd4e395..4d2bd72682 100644 --- a/reference/xdiff/functions/xdiff-file-diff.xml +++ b/reference/xdiff/functions/xdiff-file-diff.xml @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ &true; if you want to minimalize size of diff (can take a long time). - Returns &true; or &false; if and internal error happened. + &return.success; See also xdiff_string_diff. diff --git a/reference/xdiff/functions/xdiff-file-patch-binary.xml b/reference/xdiff/functions/xdiff-file-patch-binary.xml index ff2c05cdf6..4ba248e01f 100644 --- a/reference/xdiff/functions/xdiff-file-patch-binary.xml +++ b/reference/xdiff/functions/xdiff-file-patch-binary.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ dest. - Returns &true; or &false; if an internal error happened. + &return.success; See also xdiff_string_patch_binary.