3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array_1 = Array( [0] => 'car', [1] => 'bike', [2] => 'plane', [3] => 'ship' ); $array2 = Array( [0] => 'tiger', [1] => 'bike', [2] => 'bike_1', [3] => 'bike_30', [4] => 'bike_clone', [5] => 'bike_sold', [6] => 'plane', [7] => 'plane_3a', [8] => 'plane_fly' ); $newArray = array_intersect($array_1, $array2); print_r($newArray);
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Warning: Illegal offset type in /in/ZovA7 on line 5 Warning: Illegal offset type in /in/ZovA7 on line 6 Warning: Illegal offset type in /in/ZovA7 on line 7 Warning: Illegal offset type in /in/ZovA7 on line 10 Warning: Illegal offset type in /in/ZovA7 on line 15 Warning: Illegal offset type in /in/ZovA7 on line 16 Warning: Illegal offset type in /in/ZovA7 on line 17 Warning: Illegal offset type in /in/ZovA7 on line 18 Warning: Illegal offset type in /in/ZovA7 on line 19 Warning: Illegal offset type in /in/ZovA7 on line 20 Warning: Illegal offset type in /in/ZovA7 on line 21 Warning: Illegal offset type in /in/ZovA7 on line 22 Warning: Illegal offset type in /in/ZovA7 on line 25 Array ( )
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '[', expecting ')' in /in/ZovA7 on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[', expecting ')' in /in/ZovA7 on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `')'' in /in/ZovA7 on line 5
Process exited with code 255.

preferences:
255.75 ms | 1395 KiB | 161 Q