<?php
	class een {
		function hang ()
		{
//			not_existent();
		}

		function foo2 ()
		{
			$this->hang();
		}
	}
?>

