f8178063b6bad3352512e52b4ca6ceb1077caee9.svn-base 203 B

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