3v4l.org

run code in 300+ PHP versions simultaneously
<?php $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.4, 8.3.6
Fatal error: Uncaught Error: Undefined constant "rha3pf" in /in/plgSE:4 Stack trace: #0 {main} thrown in /in/plgSE on line 4
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Fatal error: Uncaught Error: Undefined constant "rha3pf" in /in/plgSE:4 Stack trace: #0 {main} thrown in /in/plgSE 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/plgSE on line 4 Warning: Use of undefined constant rha3pf - assumed 'rha3pf' (this will throw an Error in a future version of PHP) in /in/plgSE on line 5 Warning: Use of undefined constant adfsasdf - assumed 'adfsasdf' (this will throw an Error in a future version of PHP) in /in/plgSE on line 6 Warning: Use of undefined constant asdfsad - assumed 'asdfsad' (this will throw an Error in a future version of PHP) in /in/plgSE on line 7 Warning: Use of undefined constant sadasdasd - assumed 'sadasdasd' (this will throw an Error in a future version of PHP) in /in/plgSE on line 8 Warning: Use of undefined constant asdasdasd - assumed 'asdasdasd' (this will throw an Error in a future version of PHP) in /in/plgSE 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.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Use of undefined constant rha3pf - assumed 'rha3pf' in /in/plgSE on line 4 Notice: Use of undefined constant rha3pf - assumed 'rha3pf' in /in/plgSE on line 5 Notice: Use of undefined constant adfsasdf - assumed 'adfsasdf' in /in/plgSE on line 6 Notice: Use of undefined constant asdfsad - assumed 'asdfsad' in /in/plgSE on line 7 Notice: Use of undefined constant sadasdasd - assumed 'sadasdasd' in /in/plgSE on line 8 Notice: Use of undefined constant asdasdasd - assumed 'asdasdasd' in /in/plgSE on line 10 Array ( [0] => rha3pf [2] => adfsasdf [3] => asdfsad [4] => sadasdasd [5] => 45353453 [6] => asdasdasd [7] => -2007 )

preferences:
236.61 ms | 403 KiB | 330 Q