3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strings = "Football / Germany / 1.Liga Football / Germany / 1.Liga Football / Germany / 2.Liga Football / Germany / 2.Liga Football / Germany / 2.Liga Football / England / 1.Liga Football / England / 1.Liga Football / England / 2.Liga Football / England / 2.Liga Football / England / 3.Liga Hockey / Germany / 1.Liga Hockey / Germany / 1.Liga Hockey / Germany / 2.Liga Fechten / Meisterschaft Fechten / Meisterschaft Fechten / Weltmeister"; $lines = explode("\n", $strings); $array = array(); $depth = 0; foreach($lines as $line) { $values = explode(' / ', $line); // find out how deep we have to go if(count($values) > $depth) { $depth = count($values); } } for($i = 0; $i < $depth; $i++) { // run through lines foreach($lines as $line) { $values = explode(' / ', $line); $array[] = $values[$depth]; } } var_dump($array);
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 Warning: Undefined array key 3 in /in/LrqI4 on line 35 array(48) { [0]=> NULL [1]=> NULL [2]=> NULL [3]=> NULL [4]=> NULL [5]=> NULL [6]=> NULL [7]=> NULL [8]=> NULL [9]=> NULL [10]=> NULL [11]=> NULL [12]=> NULL [13]=> NULL [14]=> NULL [15]=> NULL [16]=> NULL [17]=> NULL [18]=> NULL [19]=> NULL [20]=> NULL [21]=> NULL [22]=> NULL [23]=> NULL [24]=> NULL [25]=> NULL [26]=> NULL [27]=> NULL [28]=> NULL [29]=> NULL [30]=> NULL [31]=> NULL [32]=> NULL [33]=> NULL [34]=> NULL [35]=> NULL [36]=> NULL [37]=> NULL [38]=> NULL [39]=> NULL [40]=> NULL [41]=> NULL [42]=> NULL [43]=> NULL [44]=> NULL [45]=> NULL [46]=> NULL [47]=> NULL }
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 array(48) { [0]=> NULL [1]=> NULL [2]=> NULL [3]=> NULL [4]=> NULL [5]=> NULL [6]=> NULL [7]=> NULL [8]=> NULL [9]=> NULL [10]=> NULL [11]=> NULL [12]=> NULL [13]=> NULL [14]=> NULL [15]=> NULL [16]=> NULL [17]=> NULL [18]=> NULL [19]=> NULL [20]=> NULL [21]=> NULL [22]=> NULL [23]=> NULL [24]=> NULL [25]=> NULL [26]=> NULL [27]=> NULL [28]=> NULL [29]=> NULL [30]=> NULL [31]=> NULL [32]=> NULL [33]=> NULL [34]=> NULL [35]=> NULL [36]=> NULL [37]=> NULL [38]=> NULL [39]=> NULL [40]=> NULL [41]=> NULL [42]=> NULL [43]=> NULL [44]=> NULL [45]=> NULL [46]=> NULL [47]=> NULL }
Output for 7.3.32 - 7.3.33, 7.4.26
array(48) { [0]=> NULL [1]=> NULL [2]=> NULL [3]=> NULL [4]=> NULL [5]=> NULL [6]=> NULL [7]=> NULL [8]=> NULL [9]=> NULL [10]=> NULL [11]=> NULL [12]=> NULL [13]=> NULL [14]=> NULL [15]=> NULL [16]=> NULL [17]=> NULL [18]=> NULL [19]=> NULL [20]=> NULL [21]=> NULL [22]=> NULL [23]=> NULL [24]=> NULL [25]=> NULL [26]=> NULL [27]=> NULL [28]=> NULL [29]=> NULL [30]=> NULL [31]=> NULL [32]=> NULL [33]=> NULL [34]=> NULL [35]=> NULL [36]=> NULL [37]=> NULL [38]=> NULL [39]=> NULL [40]=> NULL [41]=> NULL [42]=> NULL [43]=> NULL [44]=> NULL [45]=> NULL [46]=> NULL [47]=> NULL }
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 Notice: Undefined offset: 3 in /in/LrqI4 on line 35 array(48) { [0]=> NULL [1]=> NULL [2]=> NULL [3]=> NULL [4]=> NULL [5]=> NULL [6]=> NULL [7]=> NULL [8]=> NULL [9]=> NULL [10]=> NULL [11]=> NULL [12]=> NULL [13]=> NULL [14]=> NULL [15]=> NULL [16]=> NULL [17]=> NULL [18]=> NULL [19]=> NULL [20]=> NULL [21]=> NULL [22]=> NULL [23]=> NULL [24]=> NULL [25]=> NULL [26]=> NULL [27]=> NULL [28]=> NULL [29]=> NULL [30]=> NULL [31]=> NULL [32]=> NULL [33]=> NULL [34]=> NULL [35]=> NULL [36]=> NULL [37]=> NULL [38]=> NULL [39]=> NULL [40]=> NULL [41]=> NULL [42]=> NULL [43]=> NULL [44]=> NULL [45]=> NULL [46]=> NULL [47]=> NULL }

preferences:
274.85 ms | 410 KiB | 359 Q