Main.php
Download
<?php $x=100; $y= (array)$x; print_r($y); ?>
Array ( [0] => 100 )