3v4l.org

run code in 300+ PHP versions simultaneously
<?php $css = "p { border-radius: 5px; transform: rotate(90deg); }"; print preg_replace('~([;{])((?:linear-gradient|transition|transform|animation|border-radius|box-shadow)[^:]*):([^;}]+)(?=[;}])~s', '\1-webkit-\2:\3;-moz-\2:\3;-o-\2:\3;-html-\2:\3', $css);
Output for git.master, git.master_jit, rfc.property-hooks
p { border-radius: 5px; transform: rotate(90deg); }

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