source: Dev/trunk/src/client/dojo/tests/_base/timeout.php

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 221 bytes
Line 
1<?php
2
3$callbackName = htmlspecialchars($_REQUEST["callback"]);
4sleep(5);
5print "SuperXFooBarVariable = 'Oh no! SuperXFooBarVariable is defined (should not be for timeout case).'; {$callbackName}({Status: 'good'});";
6
7?>
Note: See TracBrowser for help on using the repository browser.