<?php foreach([ null, '', 'x', [0, 0, 'crop'], [0, 0, 123], [0, 0, null], [0, 0, '_foo'], ] as $size) { var_dump(($size[2][0] ?? null) === '_'); }
You have javascript disabled. You will not be able to edit any code.