__construct( $orig, $closing)
The base class for all other DiffOp classes.
string[] false $orig
The left ("old") side of the diff, or false when it's an "add".
string[] false $closing
The right ("new") side of the diff, or false when it's a "delete".