mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
11 lines
218 B
PHP
11 lines
218 B
PHP
--TEST--
|
|
Bug #73668: "SIGFPE Arithmetic exception" in opcache when divide by minus 1
|
|
--SKIPIF--
|
|
<?php require_once('skipif.inc'); ?>
|
|
--FILE--
|
|
<?php
|
|
$a/-1;
|
|
?>
|
|
--EXPECTF--
|
|
Warning: Undefined variable: a in %s on line %d
|