@@ 351-353 (lines=3) @@ | ||
348 | // If we have lines after current one |
|
349 | if (isset($response[$j])) { |
|
350 | $this->pregResponse($response[$j], $matches); |
|
351 | if (isset($matches[1][0], $matches[2][0])) { |
|
352 | $result['after'][$matches[1][0]] = $matches[2][0]; |
|
353 | } |
|
354 | } |
|
355 | } |
|
356 | break 2; |
|
@@ 359-361 (lines=3) @@ | ||
356 | break 2; |
|
357 | default: |
|
358 | $this->pregResponse($value, $matches); |
|
359 | if (isset($matches[1][0], $matches[2][0])) { |
|
360 | $result[$i][$matches[1][0]] = $matches[2][0]; |
|
361 | } |
|
362 | break; |
|
363 | } |
|
364 | } |