I don't know if I can ask this question here. I usually mistake, but...
I every want the "array json style" on PHP, like $a = [1, 2, $value];
. But I read that PHP developers HATE this idea because too many people wants, and they thought it best not to offer the feature.
The question is: WHY? I thought that might conflict with some existing feature, but I could not think of any.
Additional: someone know what is the PHP dev features list (where it is presented and discussed)?