Lines Matching refs:implementation
20 private $implementation; variable in SebastianBergmann\\Diff\\LCS\\LongestCommonSubsequenceTest
37 $this->implementation = $this->createImplementation();
54 $common = $this->implementation->calculate($from, $to);
66 $common = $this->implementation->calculate($from, $to);
80 $common = $this->implementation->calculate($from, $to);
91 $common = $this->implementation->calculate($from, $to);
101 $common = $this->implementation->calculate($from, $to);
106 $common = $this->implementation->calculate($from, $to);
112 $common = $this->implementation->calculate($from, $to);
122 $common = $this->implementation->calculate($from, $to);
128 $common = $this->implementation->calculate($from, $to);
135 $common = $this->implementation->calculate($from, $to);
146 $common = $this->implementation->calculate($from, $to);
157 $common = $this->implementation->calculate($from, $to);
168 $common = $this->implementation->calculate($from, $to);
179 $common = $this->implementation->calculate($from, $to);
185 $common = $this->implementation->calculate($from, $to);
193 $diff = $this->implementation->calculate(array('5'), array('05'));