<?php

$x= null;
$x->method();
echo "Should not get here!\n";
?>