<?php $x = 0.1; var_dump((int)$x); $x = []; var_dump((int)$x);
You have javascript disabled. You will not be able to edit any code.