3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = array( array( 'name' => 'Test', 'md5' => md5('Test'), 'priority' => 0 ), array( 'name' => 'Test 2', 'md5' => md5('Test 2'), 'priority' => 1 ), ); echo json_encode($x);
Output for git.master, git.master_jit, rfc.property-hooks
[{"name":"Test","md5":"0cbc6611f5540bd0809a388dc95a615b","priority":0},{"name":"Test 2","md5":"605e79544a68819ce664c088aba92658","priority":1}]

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