summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug73668.phpt
blob: 379ba4a5acd612055da132f3c7aee666f4e22a28 (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--
Notice: Undefined variable: a in %s on line %d