Test: /Zend/tests/bug60362.phpt - Version 5.4.0RC4-dev        

Bug #60362 non-existent sub-sub keys should not have values
Submitted: 2011-11-23 01:37:51 Modified: 2011-12-19 02:10:17
From: danielc Assigned: stas
Status: Closed Package: Arrays related
PHP Version: 5.4SVN-2011-11-23 (SVN) OS: linux

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sub-key 'non_existent' is set: string(1) "f"
001- sub-key 'non_existent' is not set.
004+ sub-key 'sub_sub' is set: string(1) "f"
004- sub-sub-key 'sub_sub' is not set.
007+ sub-key 'non_existent' is not empty: string(1) "f"
007- sub-key 'non_existent' is empty.
010+ sub-sub-key 'sub_sub' is not empty: string(1) "f"
010- sub-sub-key 'sub_sub' is empty.