mirror of
https://github.com/php/php-src.git
synced 2025-01-25 13:14:22 +08:00
76c4a3db08
Not bothering to implement special handling to get an accurate range for this case.
9 lines
169 B
PHP
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
|