3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = 'true'; // string if(is_numeric($value)) { $value = (int)$value; if(strpos($value, '.')) { $value = (float)$value; } } var_dump($value);

preferences:
54.31 ms | 402 KiB | 5 Q