Test: /tests/lang/bug30862.phpt - Version 7.4.0-dev        

Bug #30862 Static array with boolean indexes
Submitted: 2004-11-22 16:49:47 Modified: 2005-02-12 17:40:12
From: melnikow Assigned: helly
Status: Closed Package: Arrays related
PHP Version: 5.0.3 OS: *

There is 1 diff reported by users for this test.

Count Diff
28 (100%)
001+ Parse error: syntax error, unexpected 'Y' (T_LOGICAL_AND), expecting ')' in %s/bug30862.php on line 12
001- Array
002- (
003- [0] => false
004- [1] => true
005- )
006- ----------
007- Array
008- (
009- [0] => false
010- [1] => true
011- )