3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo json_encode(array( // Men's Casual 3 => array( 's' => 2, 'm' => 10, 'l' => 10, 'xl' => 10, 'xxl' => 2, 'xxxl' => 2, ), // Men's Technical 4 => array( 's' => 3, 'm' => 14, 'l' => 18, 'xl' => 11, 'xxl' => 3, 'xxxl' => 2, ), // Women's Technical 5 => array( 'xs' => 2, 's' => 10, 'm' => 15, 'l' => 9, 'xl' => 3, 'xxl' => 2, ), // Women's Casual 8 => array( 's' => 2, 'm' => 5, 'l' => 5, 'xl' => 2, ), ));
Output for git.master, git.master_jit, rfc.property-hooks
{"3":{"s":2,"m":10,"l":10,"xl":10,"xxl":2,"xxxl":2},"4":{"s":3,"m":14,"l":18,"xl":11,"xxl":3,"xxxl":2},"5":{"xs":2,"s":10,"m":15,"l":9,"xl":3,"xxl":2},"8":{"s":2,"m":5,"l":5,"xl":2}}

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:
44.01 ms | 401 KiB | 8 Q