<?php $var = 0.00; var_dump(empty($var)); $var = .0; var_dump(empty($var));
You have javascript disabled. You will not be able to edit any code.