<?php $value = [100, 100]; $value2 = FALSE; [$width, $height] = $value; [$width2, $height2] = $value2; var_dump($width, $height, $width2, $height2);
You have javascript disabled. You will not be able to edit any code.