3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( rha3pf, rha3pf, adfsasdf, asdfsad, sadasdasd, 45353453, asdasdasd, 20-12-2015, ); $uniqe = array_unique($array); print_r($uniqe);
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
Fatal error: Uncaught Error: Undefined constant "rha3pf" in /in/hWTXC:4 Stack trace: #0 {main} thrown in /in/hWTXC on line 4
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant rha3pf - assumed 'rha3pf' (this will throw an Error in a future version of PHP) in /in/hWTXC on line 4 Warning: Use of undefined constant rha3pf - assumed 'rha3pf' (this will throw an Error in a future version of PHP) in /in/hWTXC on line 5 Warning: Use of undefined constant adfsasdf - assumed 'adfsasdf' (this will throw an Error in a future version of PHP) in /in/hWTXC on line 6 Warning: Use of undefined constant asdfsad - assumed 'asdfsad' (this will throw an Error in a future version of PHP) in /in/hWTXC on line 7 Warning: Use of undefined constant sadasdasd - assumed 'sadasdasd' (this will throw an Error in a future version of PHP) in /in/hWTXC on line 8 Warning: Use of undefined constant asdasdasd - assumed 'asdasdasd' (this will throw an Error in a future version of PHP) in /in/hWTXC on line 10 Array ( [0] => rha3pf [2] => adfsasdf [3] => asdfsad [4] => sadasdasd [5] => 45353453 [6] => asdasdasd [7] => -2007 )
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25
Notice: Use of undefined constant rha3pf - assumed 'rha3pf' in /in/hWTXC on line 4 Notice: Use of undefined constant rha3pf - assumed 'rha3pf' in /in/hWTXC on line 5 Notice: Use of undefined constant adfsasdf - assumed 'adfsasdf' in /in/hWTXC on line 6 Notice: Use of undefined constant asdfsad - assumed 'asdfsad' in /in/hWTXC on line 7 Notice: Use of undefined constant sadasdasd - assumed 'sadasdasd' in /in/hWTXC on line 8 Notice: Use of undefined constant asdasdasd - assumed 'asdasdasd' in /in/hWTXC on line 10 Array ( [0] => rha3pf [2] => adfsasdf [3] => asdfsad [4] => sadasdasd [5] => 45353453 [6] => asdasdasd [7] => -2007 )

preferences:
206.94 ms | 403 KiB | 293 Q