mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01: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
|