root/LayoutTests/jquery/resources/test/data/script.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
error_reporting(0);
if ( $_REQUEST['header'] ) {
        if ( $_REQUEST['header'] == "ecma" ) {
                header("Content-type: application/ecmascript");
        } else {
                header("Content-type: text/javascript");
        }
}
?>
ok( true, "Script executed correctly." );

/* [<][>][^][v][top][bottom][index][help] */