3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dates = array( '2015-02-13', '2015-04-21', '2015-08-18', '2015-11-26', '2015-09-15', '2015-01-07', '2015-02-11', '2015-07-14', '2015-03-02', ); usort($dates,'strtotime'); print_r($dates);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: strtotime(): Argument #2 ($baseTimestamp) must be of type ?int, string given in /in/mkft8:15 Stack trace: #0 [internal function]: strtotime('2015-02-13', '2015-04-21') #1 /in/mkft8(15): usort(Array, 'strtotime') #2 {main} thrown in /in/mkft8 on line 15
Process exited with code 255.

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