summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug73668.phpt
blob: b2a0508aa5926d9c131cc7624c0358883ac2c992 (plain)
1
2
3
4
5
6
7
8
9
10
--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