| @@ 236-238 (lines=3) @@ | ||
| 233 | // If we have lines after current one |
|
| 234 | if (isset($response[$j])) { |
|
| 235 | $this->pregResponse($response[$j], $matches); |
|
| 236 | if (isset($matches[1][0], $matches[2][0])) { |
|
| 237 | $result['after'][$matches[1][0]] = $matches[2][0]; |
|
| 238 | } |
|
| 239 | } |
|
| 240 | } |
|
| 241 | break 2; |
|
| @@ 244-246 (lines=3) @@ | ||
| 241 | break 2; |
|
| 242 | default: |
|
| 243 | $this->pregResponse($value, $matches); |
|
| 244 | if (isset($matches[1][0], $matches[2][0])) { |
|
| 245 | $result[$i][$matches[1][0]] = $matches[2][0]; |
|
| 246 | } |
|
| 247 | break; |
|
| 248 | } |
|
| 249 | } |
|