Hi
Dne Tue, 7 Jun 2011 20:36:44 +0200 Piotr Przybylski piotr.prz@gmail.com napsal(a):
No, but I think it's better to leave their definitions as they are now
- even though sorting would not be needed, they are currently easy to
read and modify.
I don't think having flipped arrays would make it much harder to read
$list = array( 'FOO', 'BAR, );
versus
$list = array( 'FOO' => 1, 'BAR => 1, );