3v4l.org

run code in 300+ PHP versions simultaneously
<?php $obj = (object) [ 'foo' => 'bar', 'foo2' => 'bar2' ]; $coll = collect($obj); var_dump($coll[0]); // returns object // but what about... // $coll->foo // Or dump($coll[0]) .. // The end goal is object in ... do collection stuff on it ... object out. // This is not possible without ->toArray and then (object) on that array.
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function collect() in /in/HWcoZ:9 Stack trace: #0 {main} thrown in /in/HWcoZ on line 9
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:
159.16 ms | 405 KiB | 5 Q