--TEST-- Text_Diff: Basic diff operation --FILE-- --EXPECT-- text_diff object ( [_edits] => array ( [0] => text_diff_op_copy object ( [orig] => array ( [0] => this line is the same. ) [final] => array ( [0] => this line is the same. ) ) [1] => text_diff_op_change object ( [orig] => array ( [0] => this line is different in 1.txt ) [final] => array ( [0] => this line is different in 2.txt ) ) [2] => text_diff_op_copy object ( [orig] => array ( [0] => this line is the same. ) [final] => array ( [0] => this line is the same. ) ) ) )