Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/date/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/date/tests/timezone_open_basic1.phpt |
--TEST-- Test timezone_open() function : basic functionality --FILE-- <?php /* Prototype : DateTimeZone timezone_open ( string $timezone ) * Description: Returns new DateTimeZone object * Source code: ext/date/php_date.c * Alias to functions: DateTime::__construct() */ echo "*** Testing timezone_open() : basic functionality ***\n"; var_dump( timezone_open("GMT") ); var_dump( timezone_open("Europe/London") ); var_dump( timezone_open("America/Los_Angeles") ); ?> ===DONE=== --EXPECTF-- *** Testing timezone_open() : basic functionality *** object(DateTimeZone)#%d (2) { ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" } object(DateTimeZone)#%d (2) { ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } object(DateTimeZone)#%d (2) { ["timezone_type"]=> int(3) ["timezone"]=> string(19) "America/Los_Angeles" } ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare