|  | @@ 843-845 (lines=3) @@ | 
                                                            
                                    | 840 |  |     $array = preg_split('/[\r\n]{1,2}/u', $this->str); | 
                                                            
                                    | 841 |  |     /** @noinspection CallableInLoopTerminationConditionInspection */ | 
                                                            
                                    | 842 |  |     /** @noinspection ForeachInvariantsInspection */ | 
                                                            
                                    | 843 |  |     for ($i = 0; $i < count($array); $i++) { | 
                                                            
                                    | 844 |  |       $array[$i] = static::create($array[$i], $this->encoding); | 
                                                            
                                    | 845 |  |     } | 
                                                            
                                    | 846 |  |  | 
                                                            
                                    | 847 |  |     return $array; | 
                                                            
                                    | 848 |  |   } | 
                                                                                
                                |  | @@ 1515-1517 (lines=3) @@ | 
                                                            
                                    | 1512 |  |  | 
                                                            
                                    | 1513 |  |     /** @noinspection CallableInLoopTerminationConditionInspection */ | 
                                                            
                                    | 1514 |  |     /** @noinspection ForeachInvariantsInspection */ | 
                                                            
                                    | 1515 |  |     for ($i = 0; $i < count($array); $i++) { | 
                                                            
                                    | 1516 |  |       $array[$i] = static::create($array[$i], $this->encoding); | 
                                                            
                                    | 1517 |  |     } | 
                                                            
                                    | 1518 |  |  | 
                                                            
                                    | 1519 |  |     return $array; | 
                                                            
                                    | 1520 |  |   } |