3v4l.org

run code in 300+ PHP versions simultaneously
<?php $items_thread=Array ( 0 => Array ( 'RecipientID' => 3, 'RecipientScreenname' => 'Tom L', 'RecipientFirstname' => 'Thomas', 'RecipientEmail'=> 'info@xx.com', ), 1 => Array ( 'RecipientID' => 3, 'RecipientScreenname' => 'Tom L', 'RecipientFirstname' => 'Thomas', 'RecipientEmail'=> 'info@xx.com', ), 2 => Array ( 'RecipientID'=> 1, 'RecipientScreenname' => 'Lau T', 'RecipientFirstname' => 'TK', 'RecipientEmail' => 'au@xx.co.uk', ) ) But I want to get rid of the duplicate items in the array, so I use array_unique print_r(array_unique($items_thread));
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected 'But' (T_STRING) in /in/LiYtU on line 31
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/LiYtU on line 31
Process exited with code 255.

preferences:
187.99 ms | 1386 KiB | 60 Q