<?php
function newTest()
{
    $obj1 = new php\depend1\Parser();
    $obj2 = new php\depend2\Parser(); 
} 