<?php
namespace test\ns1;

class Exception {
}

echo get_class(new \Exception()),"\n";
?>