/
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/bug52063.phpt
--TEST-- Bug #52063 (DateTime constructor's second argument doesn't have a null default value) --FILE-- <?php date_default_timezone_set("Europe/Lisbon"); $a = new DateTime("2009-01-01", null); echo $a->format(DateTime::COOKIE); echo "\n"; $a = date_create("2009-01-01", null); echo $a->format(DateTime::COOKIE); echo "\n"; ?> --EXPECT-- Thursday, 01-Jan-2009 00:00:00 WET Thursday, 01-Jan-2009 00:00:00 WET
Copyright ©2k19 -
Hexid
|
Tex7ure