3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '[{"name":"clipboard","groups":["clipboard","undo"]},{"name":"editing","groups":["find","selection","spellchecker"]},{"name":"links"},{"name":"mediaembed"},{"name":"insert"},{"name":"forms"},{"name":"tools"},{"name":"document","groups":["mode","document","doctools"]},{"name":"others"},"/",{"name":"basicstyles","groups":["basicstyles","cleanup"]},{"name":"paragraph","groups":["list","indent","blocks","align","bidi"]},{"name":"styles"},{"name":"colors"},{"name":"about"}]'; var_export((array)json_decode($str));
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => (object) array( 'name' => 'clipboard', 'groups' => array ( 0 => 'clipboard', 1 => 'undo', ), ), 1 => (object) array( 'name' => 'editing', 'groups' => array ( 0 => 'find', 1 => 'selection', 2 => 'spellchecker', ), ), 2 => (object) array( 'name' => 'links', ), 3 => (object) array( 'name' => 'mediaembed', ), 4 => (object) array( 'name' => 'insert', ), 5 => (object) array( 'name' => 'forms', ), 6 => (object) array( 'name' => 'tools', ), 7 => (object) array( 'name' => 'document', 'groups' => array ( 0 => 'mode', 1 => 'document', 2 => 'doctools', ), ), 8 => (object) array( 'name' => 'others', ), 9 => '/', 10 => (object) array( 'name' => 'basicstyles', 'groups' => array ( 0 => 'basicstyles', 1 => 'cleanup', ), ), 11 => (object) array( 'name' => 'paragraph', 'groups' => array ( 0 => 'list', 1 => 'indent', 2 => 'blocks', 3 => 'align', 4 => 'bidi', ), ), 12 => (object) array( 'name' => 'styles', ), 13 => (object) array( 'name' => 'colors', ), 14 => (object) array( 'name' => 'about', ), )

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:
60.73 ms | 404 KiB | 8 Q