3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fmt = new IntlDateFormatter('de_DE', null, null); $fmt->setPattern('M-dd-yy hh:mm:ss'); $log_time = "Mai-05-20 17:22:36"; $unix_time = $fmt->parse($log_time); echo date('r', $unix_time);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: IntlDateFormatter::__construct(): Passing null to parameter #2 ($dateType) of type int is deprecated in /in/mAIri on line 3 Deprecated: IntlDateFormatter::__construct(): Passing null to parameter #3 ($timeType) of type int is deprecated in /in/mAIri on line 3 Tue, 05 May 2020 17:22:36 +0200

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:
152.39 ms | 406 KiB | 5 Q