Main.php
Download
<?php $x=100; $y= (object)$x; print_r($y); ?>
stdClass Object ( [scalar] => 100 )