xref: /PHP-7.3/ext/opcache/tests/bug73668.phpt (revision 75bc3446)
1--TEST--
2Bug #73668: "SIGFPE Arithmetic exception" in opcache when divide by minus 1
3--SKIPIF--
4<?php require_once('skipif.inc'); ?>
5--FILE--
6<?php
7$a/-1;
8?>
9--EXPECTF--
10Notice: Undefined variable: a in %s on line %d
11