<?php $array = [1 => 0, // Implicit conversion from float 1.2 to int loses precision 1.2 => 1, // as string, it fits! '1.1' => 2, ];
You have javascript disabled. You will not be able to edit any code.