* closingly, some ideas (subdivision by NCHUNKS > 2, and some optimizations)
* are my own.
*
* Line length limits for robustness added by Tim Starling, 2005-08-31
*
* @author Geoffrey T. Dairiki, Tim Starling
* @private
* @subpackage DifferenceEngine
*
* @deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Use
* sebastianbergmann/diff instead.
*
* @see https://www.drupal.org/node/3337942
*/
#[\AllowDynamicProperties]
classDiffEngine{
constUSE_ASSERTS=FALSE;
constMAX_XREF_LENGTH=10000;
publicfunction__construct(){
@trigger_error('Drupal\Component\Diff\Engine\DiffEngine is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Use sebastianbergmann/diff instead. See https://www.drupal.org/node/3337942',E_USER_DEPRECATED);