]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojo/tests/_base/timeout.php
Comment class stub
[eow] / static / dojo-release-1.1.1 / dojo / tests / _base / timeout.php
1 <?php
2
3 $callbackName = $_REQUEST["callback"];
4 sleep(5);
5 print "SuperXFooBarVariable = 'Oh no! SuperXFooBarVariable is defined (should not be for timeout case).'; {$callbackName}({Status: 'good'});";
6
7 ?>