3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = new StdClass; $arr->{"count(distinct show_id)"} = 'foo'; $arr = Array($arr); var_dump($arr); // get it this way var_dump($arr[0]->{"count(distinct show_id)"}); // or var_dump(json_decode(json_encode($arr))[0]["count(distinct show_id)"]);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { [0]=> object(stdClass)#1 (1) { ["count(distinct show_id)"]=> string(3) "foo" } } string(3) "foo" Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /in/WWle1:14 Stack trace: #0 {main} thrown in /in/WWle1 on line 14
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 | 401 KiB | 8 Q