3v4l.org

run code in 300+ PHP versions simultaneously
<?php $search_tags = array( "happy", "summer", "beach", "glasses", "umbrella", "funny", "people", "music", "rap" ); $accounts = array( "account A", "account B", "account C" ); $accounts = new ArrayIterator($accounts); echo ucfirst($accounts->current()), PHP_EOL;

preferences:
36.51 ms | 402 KiB | 5 Q