Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.xdiff.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.fileprocess.file.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.xdiff.php',
1 => 'xdiff',
),
'up' =>
array (
0 => 'refs.fileprocess.file.php',
1 => 'File System Related Extensions',
),
'prev' =>
array (
0 => 'function.xattr-supported.php',
1 => 'xattr_supported',
),
'next' =>
array (
0 => 'intro.xdiff.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">xdiff</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.xdiff.php">Introduction</a></li><li><a href="xdiff.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xdiff.requirements.php">Requirements</a></li><li><a href="xdiff.installation.php">Installation</a></li><li><a href="xdiff.configuration.php">Runtime Configuration</a></li><li><a href="xdiff.resources.php">Resource Types</a></li></ul></li><li><a href="xdiff.constants.php">Predefined Constants</a></li><li><a href="ref.xdiff.php">xdiff Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.xdiff-file-bdiff-size.php">xdiff_file_bdiff_size</a> — Read a size of file created by applying a binary diff</li><li><a href="function.xdiff-file-bdiff.php">xdiff_file_bdiff</a> — Make binary diff of two files</li><li><a href="function.xdiff-file-bpatch.php">xdiff_file_bpatch</a> — Patch a file with a binary diff</li><li><a href="function.xdiff-file-diff-binary.php">xdiff_file_diff_binary</a> — Alias of xdiff_file_bdiff</li><li><a href="function.xdiff-file-diff.php">xdiff_file_diff</a> — Make unified diff of two files</li><li><a href="function.xdiff-file-merge3.php">xdiff_file_merge3</a> — Merge 3 files into one</li><li><a href="function.xdiff-file-patch-binary.php">xdiff_file_patch_binary</a> — Alias of xdiff_file_bpatch</li><li><a href="function.xdiff-file-patch.php">xdiff_file_patch</a> — Patch a file with an unified diff</li><li><a href="function.xdiff-file-rabdiff.php">xdiff_file_rabdiff</a> — Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm</li><li><a href="function.xdiff-string-bdiff-size.php">xdiff_string_bdiff_size</a> — Read a size of file created by applying a binary diff</li><li><a href="function.xdiff-string-bdiff.php">xdiff_string_bdiff</a> — Make binary diff of two strings</li><li><a href="function.xdiff-string-bpatch.php">xdiff_string_bpatch</a> — Patch a string with a binary diff</li><li><a href="function.xdiff-string-diff-binary.php">xdiff_string_diff_binary</a> — Alias of xdiff_string_bdiff</li><li><a href="function.xdiff-string-diff.php">xdiff_string_diff</a> — Make unified diff of two strings</li><li><a href="function.xdiff-string-merge3.php">xdiff_string_merge3</a> — Merge 3 strings into one</li><li><a href="function.xdiff-string-patch-binary.php">xdiff_string_patch_binary</a> — Alias of xdiff_string_bpatch</li><li><a href="function.xdiff-string-patch.php">xdiff_string_patch</a> — Patch a string with an unified diff</li><li><a href="function.xdiff-string-rabdiff.php">xdiff_string_rabdiff</a> — Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm</li></ul></li></ul></div><?php manual_footer(); ?>