Medium
What will the following code display?
$array = array_fill(-4, 3, true);
var_dump($array);
Author: DamienStatus: PublishedQuestion passed 141 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
What will the following code display?
$array = array_fill(-4, 3, true);
var_dump($array);