php-src/ext/opcache/tests/bug73668.phpt
Nikita Popov 76c4a3db08 Fix bug #73668
Not bothering to implement special handling to get an accurate
range for this case.
2016-12-06 22:25:35 +01:00

9 lines
169 B
PHP

--TEST--
Bug #73668: "SIGFPE Arithmetic exception" in opcache when divide by minus 1
--FILE--
<?php
$a/-1;
?>
--EXPECTF--
Notice: Undefined variable: a in %s on line %d