3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('Europe/Berlin'); $date = "15.11.2015"; $format_in = '%d.%m.%Y'; $format_out = "%s"; $date_array = strptime($date, $format_in); print_r($date_array); extract($date_array, EXTR_PREFIX_SAME, "wddx"); $timestamp = mktime($ts['tm_hour'], $ts['tm_min'], $ts['tm_sec'], $ts['tm_mon'], $ts['tm_mday'], ($ts['tm_year'] + 1900)); echo "$timestamp\n"; ?>
Output for git.master, git.master_jit
Deprecated: Function strptime() is deprecated in /in/l09tu on line 6 Array ( [tm_sec] => 0 [tm_min] => 0 [tm_hour] => 0 [tm_mday] => 15 [tm_mon] => 10 [tm_year] => 115 [tm_wday] => 0 [tm_yday] => 318 [unparsed] => ) Warning: Undefined variable $ts in /in/l09tu on line 12 Warning: Trying to access array offset on value of type null in /in/l09tu on line 12 Warning: Undefined variable $ts in /in/l09tu on line 12 Warning: Trying to access array offset on value of type null in /in/l09tu on line 12 Warning: Undefined variable $ts in /in/l09tu on line 12 Warning: Trying to access array offset on value of type null in /in/l09tu on line 12 Warning: Undefined variable $ts in /in/l09tu on line 13 Warning: Trying to access array offset on value of type null in /in/l09tu on line 13 Warning: Undefined variable $ts in /in/l09tu on line 13 Warning: Trying to access array offset on value of type null in /in/l09tu on line 13 Warning: Undefined variable $ts in /in/l09tu on line 13 Warning: Trying to access array offset on value of type null in /in/l09tu on line 13 Deprecated: mktime(): Passing null to parameter #1 ($hour) of type int is deprecated in /in/l09tu on line 12 -2181860710
Output for rfc.property-hooks
Deprecated: Function strptime() is deprecated in /in/l09tu on line 6 Array ( [tm_sec] => 0 [tm_min] => 0 [tm_hour] => 0 [tm_mday] => 15 [tm_mon] => 10 [tm_year] => 115 [tm_wday] => 0 [tm_yday] => 318 [unparsed] => ) Warning: Undefined variable $ts in /in/l09tu on line 12 Warning: Trying to access array offset on null in /in/l09tu on line 12 Warning: Undefined variable $ts in /in/l09tu on line 12 Warning: Trying to access array offset on null in /in/l09tu on line 12 Warning: Undefined variable $ts in /in/l09tu on line 12 Warning: Trying to access array offset on null in /in/l09tu on line 12 Warning: Undefined variable $ts in /in/l09tu on line 13 Warning: Trying to access array offset on null in /in/l09tu on line 13 Warning: Undefined variable $ts in /in/l09tu on line 13 Warning: Trying to access array offset on null in /in/l09tu on line 13 Warning: Undefined variable $ts in /in/l09tu on line 13 Warning: Trying to access array offset on null in /in/l09tu on line 13 Deprecated: mktime(): Passing null to parameter #1 ($hour) of type int is deprecated in /in/l09tu on line 12 -2181860710

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