bug77660.phpt 285 B

12345678910
  1. --TEST--
  2. Bug #77660 (Segmentation fault on break 2147483648)
  3. --SKIPIF--
  4. <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
  5. --FILE--
  6. <?php
  7. for(;;) break 2147483648;
  8. ?>
  9. --EXPECTF--
  10. Fatal error: Cannot 'break' 2147483648 levels in %sbug77660.php on line %d