| @@ 279-283 (lines=5) @@ | ||
| 276 | $this->value = $_value19; |
|
| 277 | } |
|
| 278 | ||
| 279 | if ($_success) { |
|
| 280 | $this->value = call_user_func(function () use (&$annotations, &$code) { |
|
| 281 | return ['annotations' => (array)$annotations, 'code' => $code]; |
|
| 282 | }); |
|
| 283 | } |
|
| 284 | ||
| 285 | $this->cache['EXAMPLE'][$_position] = array( |
|
| 286 | 'success' => $_success, |
|
| @@ 700-704 (lines=5) @@ | ||
| 697 | $this->value = $_value40; |
|
| 698 | } |
|
| 699 | ||
| 700 | if ($_success) { |
|
| 701 | $this->value = call_user_func(function () use (&$name, &$args) { |
|
| 702 | return [$name, $args]; |
|
| 703 | }); |
|
| 704 | } |
|
| 705 | ||
| 706 | $this->cache['ANNOTATION'][$_position] = array( |
|
| 707 | 'success' => $_success, |
|