You are here

constant USE_ASSERTS in Diff 6

Same name and namespace in other branches
  1. 6.2 DiffEngine.php \USE_ASSERTS
  2. 7.3 DiffEngine.php \USE_ASSERTS
  3. 7.2 DiffEngine.php \USE_ASSERTS

// 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
_DiffEngine::_lcs_pos in ./DiffEngine.php
_DiffEngine::_shift_boundaries in ./DiffEngine.php

File

./DiffEngine.php, line 11

Code

define('USE_ASSERTS', FALSE);