<?php
class Foo{
}
$test = new Foo;
$y = ++$test;
?>