MediaWiki REL1_31
wikidiff.php
Go to the documentation of this file.
1<?php
19// phpcs:ignoreFile
20
28function wikidiff2_do_diff( $text1, $text2, $numContextLines, $movedParagraphDetectionCutoff = 0 ) {
29}
30
38function wikidiff2_inline_diff( $text1, $text2, $numContextLines, $maxMovedLines = 25 ) {
39}
wikidiff2_inline_diff( $text1, $text2, $numContextLines, $maxMovedLines=25)
Definition wikidiff.php:38
wikidiff2_do_diff( $text1, $text2, $numContextLines, $movedParagraphDetectionCutoff=0)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...
Definition wikidiff.php:28