<?php require('testurl.php'); $testurl = new testUrl(0); $testurl->addList('http://www.google.com.br'); $testurl->addList('http://www.encontrei.com/cadastro.htm'); $testurl->returnList(); ?>