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 InfiniteIterator($accounts); echo var_dump($accounts->current());
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: InfiniteIterator::__construct(): Argument #1 ($iterator) must be of type Iterator, array given in /in/74rbR:20 Stack trace: #0 /in/74rbR(20): InfiniteIterator->__construct(Array) #1 {main} thrown in /in/74rbR on line 20
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
61.77 ms | 401 KiB | 8 Q