3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = [1 => 1, 2 => 1]; $a = [4 => 1, 'z' => 2]; if (count(array_diff(array_merge($a, $b), array_intersect($a, $b))) === 0) { echo 'the same'; } else { echo 'not the same'; }

preferences:
51.01 ms | 405 KiB | 6 Q