Ejemplo n.º 1
0
			'irc' => 194,
			'imap3' => 220,
			'https' => 443,
			'nntps' => 563,
			'imaps' => 993,
			'pop3s' => 995,
		), Utils::scheme_ports() );
	}
/*
	function test_is_traversable()
	{
	}

	function test_get_ip()
	{
	}

	function test_htmlspecialchars()
	{
	}

	function test_regexdelim()
	{
	}
*/
}

UtilsTest::run_one( 'UtilsTest' );

?>