@@ 361-363 (lines=3) @@ | ||
358 | // If we have lines after current one |
|
359 | if (isset($response[$j])) { |
|
360 | $this->pregResponse($response[$j], $matches); |
|
361 | if (isset($matches[1][0], $matches[2][0])) { |
|
362 | $result['after'][$matches[1][0]] = $matches[2][0]; |
|
363 | } |
|
364 | } |
|
365 | } |
|
366 | break 2; |
|
@@ 369-371 (lines=3) @@ | ||
366 | break 2; |
|
367 | default: |
|
368 | $this->pregResponse($value, $matches); |
|
369 | if (isset($matches[1][0], $matches[2][0])) { |
|
370 | $result[$i][$matches[1][0]] = $matches[2][0]; |
|
371 | } |
|
372 | break; |
|
373 | } |
|
374 | } |