3v4l.org

run code in 300+ PHP versions simultaneously
<?php $actual = new DateTime($view->result[$i]->field_data_field_event_times_field_event_times_value, new DateTimeZone('Europe/London')); $actual->modify('+1 hour'); $times = (string) $actual->format('G.i'); print($times); $actual = new DateTime($view->result[$i]->field_data_field_event_times_field_event_times_value, new DateTimeZone('Europe/London')); $actual->modify('+5 hour'); print($times);
Output for git.master, git.master_jit
Warning: Undefined variable $view in /in/UkoAR on line 2 Warning: Attempt to read property "result" on null in /in/UkoAR on line 2 Warning: Undefined variable $i in /in/UkoAR on line 2 Warning: Trying to access array offset on value of type null in /in/UkoAR on line 2 Warning: Attempt to read property "field_data_field_event_times_field_event_times_value" on null in /in/UkoAR on line 2 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/UkoAR on line 2 10.41 Warning: Undefined variable $view in /in/UkoAR on line 9 Warning: Attempt to read property "result" on null in /in/UkoAR on line 9 Warning: Undefined variable $i in /in/UkoAR on line 9 Warning: Trying to access array offset on value of type null in /in/UkoAR on line 9 Warning: Attempt to read property "field_data_field_event_times_field_event_times_value" on null in /in/UkoAR on line 9 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/UkoAR on line 9 10.41
Output for rfc.property-hooks
Warning: Undefined variable $view in /in/UkoAR on line 2 Warning: Attempt to read property "result" on null in /in/UkoAR on line 2 Warning: Undefined variable $i in /in/UkoAR on line 2 Warning: Trying to access array offset on null in /in/UkoAR on line 2 Warning: Attempt to read property "field_data_field_event_times_field_event_times_value" on null in /in/UkoAR on line 2 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/UkoAR on line 2 10.41 Warning: Undefined variable $view in /in/UkoAR on line 9 Warning: Attempt to read property "result" on null in /in/UkoAR on line 9 Warning: Undefined variable $i in /in/UkoAR on line 9 Warning: Trying to access array offset on null in /in/UkoAR on line 9 Warning: Attempt to read property "field_data_field_event_times_field_event_times_value" on null in /in/UkoAR on line 9 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/UkoAR on line 9 10.41

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:
50.29 ms | 403 KiB | 8 Q