3v4l.org

run code in 300+ PHP versions simultaneously
<?php $da = array("friday","saturday"); $dates = array( "sunday" => 0, "monday" => 1, "tuesday" => 2, "wednesday" => 3, "thursday" => 4, "friday" => 5, "saturday" => 6 ); $a = ''; for ( $i =0; $i< sizeof($da); $i++){ if ( strtotime($da[$i]) >= strtotime("today") ){ $a = strtotime($da[$i]); if (isset($a)){ break; } } } print_r($a); ?>
Output for 5.6.28, 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
1451602800
Output for 7.3.32 - 7.3.33, 8.0.13
1451606400
Output for 5.5.24, 5.5.35, 7.0.6
1464300000
Output for 7.0.5
1460066400
Output for 5.5.33, 5.6.19, 7.0.4
1457650800
Output for 5.5.32, 5.6.18, 7.0.3
1458255600
Output for 5.5.31, 5.6.17, 7.0.1 - 7.0.2
1458860400
Output for 5.5.30, 5.6.15 - 5.6.16, 7.0.0
1459461600
Output for 5.6.8, 5.6.21
1462485600
Output for 5.5.34, 5.6.13 - 5.6.14, 5.6.20
1460671200
Output for 5.5.27 - 5.5.29, 5.6.12
1461276000
Output for 5.5.25 - 5.5.26, 5.6.9 - 5.6.11
1461880800

preferences:
137.09 ms | 401 KiB | 179 Q