<?php $three = +-+3; // -3 $three = -+-3; // 3 $four = -+-+4; // 4 $four = -+-+4; // 4 var_dump(+0 === -0); var_dump((int) '+-+3'); var_dump(is_numeric('+-+3'));
You have javascript disabled. You will not be able to edit any code.