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