<!DOCTYPE html>
<html>
<body>

<?php
$num1 = 123;
$num2 = 456;
vprintf("%f%f",array($num1,$num2));
?>


</body>
</html>