* Parses unified or context diffs output from eg. the diff utility. * * Example: * * $patch = file_get_contents('example.patch'); * $diff = new Text_Diff('string', array($patch)); * $renderer = new Text_Diff_Renderer_inline(); * echo $renderer->render($diff); * * * Copyright 2005 �rjan Persson * Copyright 2005-2010 The Horde Project (http://www.horde.org/) *
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected