<?php function get(){ return '3'; }; var_dump(array( get(), (int)get(), intval(get()) ));
You have javascript disabled. You will not be able to edit any code.