--TEST-- PHPC-430: Query constructor arguments are modified --FILE-- []]; $query = buildQuery($filter, $options); var_dump($options); ?> ===DONE=== --EXPECT-- array(1) { ["sort"]=> array(0) { } } ===DONE===