3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_export(date_parse('21.2.2012 г. 12:07:44'));
Output for git.master, git.master_jit, rfc.property-hooks
array ( 'year' => 2012, 'month' => 2, 'day' => 21, 'hour' => 12, 'minute' => 7, 'second' => 44, 'fraction' => 0.0, 'warning_count' => 0, 'warnings' => array ( ), 'error_count' => 2, 'errors' => array ( 10 => 'Unexpected character', 11 => 'Unexpected character', ), 'is_localtime' => false, )

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:
32.48 ms | 402 KiB | 8 Q