constant 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 drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
_DiffEngine::_diag in drupal/core/lib/Drupal/Component/Diff/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 drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
_DiffEngine::_shift_boundaries in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
Adjust inserts/deletes of identical lines to join changes as much as possible.

File

drupal/core/lib/Drupal/Component/Diff/DiffEngine.php, line 11
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)

Code

define('USE_ASSERTS', FALSE);