3v4l.org

run code in 300+ PHP versions simultaneously
<?php $site_id['locale'] = 'tr'; $exampleArray = ['us', 'gr']; if (!in_array($site_id['locale'], $exampleArray)) { array_unshift($exampleArray, $site_id['locale']); } echo implode(', ', $exampleArray);

preferences:
30.99 ms | 406 KiB | 5 Q