testExceptionOnReadTimeout.php 138 B

12345678
  1. <?php
  2. /**
  3. * This script does nothing but sleep, and is used to test how
  4. * Zend_Http_Client handles an exceeded timeout
  5. */
  6. sleep(5);