3v4l.org

run code in 300+ PHP versions simultaneously
<?php $currMonth = date('Y-m') ; $ts = time() ; $nextWed = false ; do { $currentWed = $nextWed ; $nextWedTS = strtotime('next wednesday', $ts) ; $ts = $nextWedTS ; $nextWed = date('Y-m-d', $nextWedTS) ; $nextWedMonth = date('Y-m', $nextWedTS) ; } while ($nextWedMonth == $currMonth) ; echo $currentWed;
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25, 7.2.0 - 7.2.13, 7.3.0
2014-02-26

preferences:
155.83 ms | 402 KiB | 234 Q