3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(strftime( '%Y-%m-%d %H:%M:%S', strtotime( '+1 year' ) )); var_dump(date_format(date_create('+1 year'), 'Y-m-d H:i:s'));
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/MCURg on line 3 string(19) "2022-08-31 11:56:22" string(19) "2022-08-31 11:56:22"

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