pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

TMap (& children) not adding [] items at increasing index, TPriorityMap doesn't preserve numeric keys merging priority maps #908

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

Basically, the PRADO TMap doesn't quite work like a PHP array because when doing $map[] = $item it doesn't add at the built-in incrementing index.