bug73668.phpt 193 B

12345678910
  1. --TEST--
  2. Bug #73668: "SIGFPE Arithmetic exception" in opcache when divide by minus 1
  3. --EXTENSIONS--
  4. opcache
  5. --FILE--
  6. <?php
  7. $a/-1;
  8. ?>
  9. --EXPECTF--
  10. Warning: Undefined variable $a in %s on line %d