timeout.php 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php $callbackName = htmlspecialchars($_REQUEST["callback"]); sleep(5); print "SuperXFooBarVariable = 'Oh no! SuperXFooBarVariable is defined (should not be for timeout case).'; {$callbackName}({Status: 'good'});"; ?>