/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
date
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/date/tests/bug73942.phpt
--TEST-- Bug #73942: $date->modify('Friday this week') doesn't return a Friday if $date is a Sunday --FILE-- <?php $date1 = "2017-01-08"; // this is a Sunday $date = new \DateTime($date1); $date->modify('Friday this week'); $dateFormat = $date->format('Y-m-d'); echo $dateFormat, "\n"; ?> --EXPECT-- 2017-01-06
Copyright ©2k19 -
Hexid
|
Tex7ure