php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55015
Patch calc_rel_weekday_after_month_year_test revision 2011-07-06 06:08 UTC by lonnyk at gmail dot com
Patch calc_rel_weekday_after_month_year revision 2011-07-06 06:08 UTC by lonnyk at gmail dot com

Patch calc_rel_weekday_after_month_year_test for Date/time related Bug #55015

Patch version 2011-07-06 06:08 UTC

Return to Bug #55015 | Download this patch
Patch Revisions:

Developer: lonnyk@gmail.com

--TEST--
Bug #55015 (strtotime calculates relative weekday before month/year)
--FILE--
<?php
$date = mktime(0, 0, 0, 6, 9, 2011);
echo date( 'Ymd N', strtotime( 'next month next monday', $date ) ) . "\n";
?>
--EXPECTF--
20110711 1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 03:01:31 2024 UTC