constant USE_ASSERTS in Diff 6.2
Same name and namespace in other branches
- 6 DiffEngine.php \USE_ASSERTS
- 7.3 DiffEngine.php \USE_ASSERTS
- 7.2 DiffEngine.php \USE_ASSERTS
@file A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Copyright (C) 2000, 2001 Geoffrey T. Dairiki <dairiki@dairiki.org> You may copy this code freely under the conditions of the GPL.
4 uses of USE_ASSERTS
- _DiffEngine::diff in ./
DiffEngine.php - _DiffEngine::_diag in ./
DiffEngine.php - Divide the Largest Common Subsequence (LCS) of the sequences [XOFF, XLIM) and [YOFF, YLIM) into NCHUNKS approximately equally sized segments.
- _DiffEngine::_lcs_pos in ./
DiffEngine.php - _DiffEngine::_shift_boundaries in ./
DiffEngine.php - Adjust inserts/deletes of identical lines to join changes as much as possible.
File
- ./
DiffEngine.php, line 11 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Code
define('USE_ASSERTS', FALSE);