| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 41 | public function __construct( |
||
| 42 | private CData $cdata |
||
| 43 | ) { |
||
| 44 | unset($this->next); |
||
| 45 | unset($this->opline_num); |
||
| 46 | unset($this->lineno); |
||
| 47 | unset($this->num_args); |
||
| 48 | unset($this->fe_pos); |
||
| 49 | unset($this->fe_iter_idx); |
||
| 50 | unset($this->access_flags); |
||
| 51 | unset($this->property_guard); |
||
| 52 | unset($this->constant_flags); |
||
| 53 | unset($this->extra); |
||
| 54 | } |
||
| 61 |