3v4l.org

run code in 500+ PHP versions simultaneously
<?php $s = 'a:3:{s:7:"enabled";s:3:"yes";s:12:"notify_email";s:12:"{site_admin}";s:11:"notify_days";a:1:{i:0;s:3:"Mon";}}'; $arr = unserialize($s); print_r($arr); echo json_encode($arr, JSON_PRETTY_PRINT);
Output for rfc.property-hooks, git.master_jit, git.master
Array ( [enabled] => yes [notify_email] => {site_admin} [notify_days] => Array ( [0] => Mon ) ) { "enabled": "yes", "notify_email": "{site_admin}", "notify_days": [ "Mon" ] }

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:
54.45 ms | 1283 KiB | 4 Q