File: //opt/remi/php56/root/usr/share/doc/pear/HTML_AJAX/examples/tests/duplicateJSLib.php
<?php
/**
* Duplicate JS files are automatically removed by HTML_AJAX_Server
*
* This is a test for that functionality
*/
?>
<html>
<head>
<title>Duplicate JS library Test</title>
<script src="../server.php?client=Queue,orderedQueue,priorityqueue"></script>
</head>
<body>
<p>Nothing to see here, view: <a href="../server.php?client=Queue,orderedQueue,priorityqueue">../server.php?client=Queue,orderedQueue,priorityQueue</a> to test</p>
</body>
</html>