3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('America/New_York'); $date = new DateTime(); echo json_encode($date, JSON_PARTIAL_OUTPUT_ON_ERROR); var_dump(json_last_error(), json_last_error_msg());
Output for git.master
{"date":"2014-06-19 22:59:59.003741","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error"
Output for git.master_jit
{"date":"2014-06-19 22:59:59.003834","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error"
Output for rfc.property-hooks
{"date":"2014-06-19 22:59:59.003693","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error"

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