3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array("dec 2015", "january 2015", "jan 2015", "2 jan 2015"); var_dump(array_map(function($v) { return new DateTime($v)->getDay(); }, $a));
Output for 7.0.0 - 7.0.2
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ';' in /in/0OT2M on line 4
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /in/0OT2M on line 4
Process exited with code 255.

preferences:
174.77 ms | 1395 KiB | 28 Q