| @@ 260-262 (lines=3) @@ | ||
| 257 | // If we have lines after current one |
|
| 258 | if (isset($response[$j])) { |
|
| 259 | $this->pregResponse($response[$j], $matches); |
|
| 260 | if (isset($matches[1][0], $matches[2][0])) { |
|
| 261 | $result['after'][$matches[1][0]] = $matches[2][0]; |
|
| 262 | } |
|
| 263 | } |
|
| 264 | } |
|
| 265 | break 2; |
|
| @@ 268-270 (lines=3) @@ | ||
| 265 | break 2; |
|
| 266 | default: |
|
| 267 | $this->pregResponse($value, $matches); |
|
| 268 | if (isset($matches[1][0], $matches[2][0])) { |
|
| 269 | $result[$i][$matches[1][0]] = $matches[2][0]; |
|
| 270 | } |
|
| 271 | break; |
|
| 272 | } |
|
| 273 | } |
|