PHP Basics Learning Mode

What is the value of $x in the following code snippet?

<?php
$x = 123 == 0123;
?>