3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Stuff implements Iterator, IteratorAggregate { function getIterator(){ return $this; } function current(){} function key(){} function next(){} function rewind(){} function valid(){} }
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Return type of Stuff::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/65QUT on line 9 Deprecated: Return type of Stuff::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/65QUT on line 11 Deprecated: Return type of Stuff::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/65QUT on line 10 Deprecated: Return type of Stuff::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/65QUT on line 13 Deprecated: Return type of Stuff::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/65QUT on line 12 Fatal error: Class Stuff cannot implement both Iterator and IteratorAggregate at the same time in /in/65QUT on line 3
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:
36.07 ms | 402 KiB | 8 Q