3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = ['1' => 1, 'z' => 1]; $a = ['x' => 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:
41.37 ms | 402 KiB | 5 Q