source:
Dev/trunk/src/client/dojo/tests/_base/timeout.php
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 221 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | $callbackName = htmlspecialchars($_REQUEST["callback"]); |
4 | sleep(5); |
5 | print "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.