Test: /ext/date/tests/bug68406.phpt - Version 7.1.25        

Bug #68406 calling var_dump on a DateTimeZone object modifies it
Submitted: 2014-11-11 20:48:40 Modified: 2014-11-18 19:38:52
From: derick Assigned:
Status: Closed Package: Date/time related
PHP Version: 5.6.2 OS: *

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sh: 1: /home/ubuntu/php-7.1.25/sapi/cli/php: Permission denied
001- object(DateTimeZone)#4 (2) {
002- ["timezone_type"]=>
003- int(3)
004- ["timezone"]=>
005- string(13) "Europe/Berlin"
006- }
007- object(DateTimeZone)#2 (2) {
008- ["timezone_type"]=>
009- int(3)
010- ["timezone"]=>
011- string(13) "Europe/Berlin"
012- }
013- yes