3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myArray = array( 'Europe' => 'World', 'Asia' => 'World', 'Africa' => 'World', 'France' => 'Europe', 'Poland' => 'Europe', 'Germany' => 'Europe', 'Paris' => 'France', 'Lille' => 'France', 'Warsaw' => 'Poland', 'Szczecin' => 'Poland', 'Berlin' => 'Germany', 'Gumience' => 'Szczecin' ); foreach($myArray as $key => $val) { $element = build($key, $myArray); if ($element) { $result[$element][$key] = $value; } else { $result[][$value] = array(); } } function build($needle, $haystack) { foreach($haystack as $key => $value) { if ($needle === $key OR (is_array($value) && build($needle, $value) !== false)) { return $value; } } return false; } function print_r2($val){ echo '<pre>'; print_r($val); echo '</pre>'; } print_r2($myArray); echo ('<br /><br />'); print_r2($result); ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 Warning: Undefined variable $value in /in/OGoXa on line 27 <pre>Array ( [Europe] => World [Asia] => World [Africa] => World [France] => Europe [Poland] => Europe [Germany] => Europe [Paris] => France [Lille] => France [Warsaw] => Poland [Szczecin] => Poland [Berlin] => Germany [Gumience] => Szczecin ) </pre><br /><br /><pre>Array ( [World] => Array ( [Europe] => [Asia] => [Africa] => ) [Europe] => Array ( [France] => [Poland] => [Germany] => ) [France] => Array ( [Paris] => [Lille] => ) [Poland] => Array ( [Warsaw] => [Szczecin] => ) [Germany] => Array ( [Berlin] => ) [Szczecin] => Array ( [Gumience] => ) ) </pre>
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.36, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 <pre>Array ( [Europe] => World [Asia] => World [Africa] => World [France] => Europe [Poland] => Europe [Germany] => Europe [Paris] => France [Lille] => France [Warsaw] => Poland [Szczecin] => Poland [Berlin] => Germany [Gumience] => Szczecin ) </pre><br /><br /><pre>Array ( [World] => Array ( [Europe] => [Asia] => [Africa] => ) [Europe] => Array ( [France] => [Poland] => [Germany] => ) [France] => Array ( [Paris] => [Lille] => ) [Poland] => Array ( [Warsaw] => [Szczecin] => ) [Germany] => Array ( [Berlin] => ) [Szczecin] => Array ( [Gumience] => ) ) </pre>
Output for 7.3.32 - 7.3.33
<pre>Array ( [Europe] => World [Asia] => World [Africa] => World [France] => Europe [Poland] => Europe [Germany] => Europe [Paris] => France [Lille] => France [Warsaw] => Poland [Szczecin] => Poland [Berlin] => Germany [Gumience] => Szczecin ) </pre><br /><br /><pre>Array ( [World] => Array ( [Europe] => [Asia] => [Africa] => ) [Europe] => Array ( [France] => [Poland] => [Germany] => ) [France] => Array ( [Paris] => [Lille] => ) [Poland] => Array ( [Warsaw] => [Szczecin] => ) [Germany] => Array ( [Berlin] => ) [Szczecin] => Array ( [Gumience] => ) ) </pre>
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 Notice: Undefined variable: value in /in/OGoXa on line 27 <pre>Array ( [Europe] => World [Asia] => World [Africa] => World [France] => Europe [Poland] => Europe [Germany] => Europe [Paris] => France [Lille] => France [Warsaw] => Poland [Szczecin] => Poland [Berlin] => Germany [Gumience] => Szczecin ) </pre><br /><br /><pre>Array ( [World] => Array ( [Europe] => [Asia] => [Africa] => ) [Europe] => Array ( [France] => [Poland] => [Germany] => ) [France] => Array ( [Paris] => [Lille] => ) [Poland] => Array ( [Warsaw] => [Szczecin] => ) [Germany] => Array ( [Berlin] => ) [Szczecin] => Array ( [Gumience] => ) ) </pre>

preferences:
148.15 ms | 420 KiB | 5 Q